|
How can i make this work?
|
Reply to this subject
Start a new subject
 
Refresh page
| Posted by |
Hairui
China (24 posts) bio
|
| Date |
Mon 28 Jun 2004 01:15 AM (UTC) [ quote
] |
| Message |
I just tried to use python in MUSHClient.
I made a alias which name is :
test
and script is:
aDict={}
aDict['Host']='earth'
aDict['port']=80
world.note aDict['port']
All seemed to be well before i typed 'test'
The system cried :
invalid syntax
Line in error:
world.note aDict['port']
can somebody help me to correct it? | top |
|
| Posted by |
Ked
Russia (524 posts) bio
|
| Date |
Reply #1 on Mon 28 Jun 2004 08:13 AM (UTC) [ quote
] |
| Message |
1) Python is case-sensitive (I think *shifteye*) so it's:
2) All functions in Python can return a value, so it's:
world.Note(aDict['port'])
| top |
|
| Posted by |
Hairui
China (24 posts) bio
|
| Date |
Reply #2 on Mon 28 Jun 2004 01:35 PM (UTC) [ quote
] |
| Message |
Great thanks to Ked.
And thanks to Gammon, finally i can use python to enjoy MUD now. | top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
2,223 views.
Reply to this subject
Start a new subject
 
Refresh page
top
Comments to:
Gammon Software support
Forum RSS feed ( http://www.gammon.com.au/rss/forum.xml )