Talk:What Fools These Mortals

From NetHackWiki
Revision as of 07:00, 22 January 2010 by 60.242.66.41 (talk) (question that need awnsering)
Jump to navigation Jump to search

whrandom

If you don't have whrandom, you can edit the file by:

  1. Delete import whrandom
  2. Change rand = whrandomm.whrandom to rand = random

69.228.170.186 02:13, 1 March 2008 (UTC)

I am having problems, when I run this, I get an error:

File "./WhatFools.py", line 209

   as = alignmentSelection.keys()
    ^

SyntaxError: invalid syntax