Difference for test/python.py from version 1.2 to 1.3


version 1.2 version 1.3
Line 98
 
Line 98
   
  dict['s'] = x   dict['s'] = x
    
   
   def do_resist():
    whoami.Say('Resistance test')
    who = Crossfire.WhoIsActivator()
    for r in range(25):
    whoami.Say(' %d -> %d'%(r,who.GetResist(r)))
   
   def do_basics():
    whoami.Say('Basic test')
    who = Crossfire.WhoIsActivator()
    whoami.Say('type = %d'%who.Type)
   
 whoami.Say( 'plugin test' )  whoami.Say( 'plugin test' )
   
 topic = Crossfire.WhatIsMessage().split()  topic = Crossfire.WhatIsMessage().split()
Line 117
 
Line 129
  do_activator()   do_activator()
 elif topic[0] == 'memory':  elif topic[0] == 'memory':
  do_memory()   do_memory()
   elif topic[0] == 'resist':
    do_resist()
   elif topic[0] == 'basics':
    do_basics()
 else:  else:
  do_help()   do_help()


Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3

File made using version 1.96 of cvs2html by leaf at 2006-02-15 19:36