Difference between revisions of "Talk:What Fools These Mortals"

From NetHackWiki
Jump to navigation Jump to search
(A work arround for whrandom lackness)
 
(question that need awnsering)
Line 6: Line 6:
  
 
[[User:69.228.170.186|69.228.170.186]] 02:13, 1 March 2008 (UTC)
 
[[User:69.228.170.186|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

Revision as of 07:00, 22 January 2010

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