Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to "verify" your details, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Entire forum
➜ MUSHclient
➜ Python
➜ How can i make this work?
How can i make this work?
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Hairui
China (24 posts) Bio
|
Date
| Mon 28 Jun 2004 01:15 AM (UTC) |
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) |
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) |
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.
13,790 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top