[Home] [Downloads] [Search] [Help/forum]


Register forum user name Search FAQ

Gammon Forum

[Folder]  Entire forum
-> [Folder]  MUSHclient
. -> [Folder]  Python
. . -> [Subject]  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] Refresh page


Posted by Hairui   China  (24 posts)  [Biography] 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?
[Go to top] top

Posted by Ked   Russia  (524 posts)  [Biography] 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:

world.Note


2) All functions in Python can return a value, so it's:

world.Note(aDict['port'])
[Go to top] top

Posted by Hairui   China  (24 posts)  [Biography] 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.
[Go to top] 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.


12,895 views.

It is now over 60 days since the last post. This thread is closed.     [Refresh] Refresh page

Go to topic:           Search the forum


[Go to top] top

Quick links: MUSHclient. MUSHclient help. Forum shortcuts. Posting templates. Lua modules. Lua documentation.

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.

[Home]


Written by Nick Gammon - 5K   profile for Nick Gammon on Stack Exchange, a network of free, community-driven Q&A sites   Marriage equality

Comments to: Gammon Software support
[RH click to get RSS URL] Forum RSS feed ( https://gammon.com.au/rss/forum.xml )

[Best viewed with any browser - 2K]    [Hosted at HostDash]