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?
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?