Difference for python/IPO/say.py from version 1.5 to 1.6


version 1.5 version 1.6
Line 70
 
Line 70
 elif text[0] == 'mailscroll':  elif text[0] == 'mailscroll':
  if len(text)==2:   if len(text)==2:
  if log.info(text[1]):   if log.info(text[1]):
  if (CFPython.PayAmount(activator, priceMailScroll*50)):   if (CFPython.PayAmount(activator, priceMailScroll)):
  CFPython.Say(whoami, 'Here is your mailscroll')   CFPython.Say(whoami, 'Here is your mailscroll')
  id = CFPython.CreateObject('scroll', (x, y))   id = CFPython.CreateObject('scroll', (x, y))
  CFPython.SetName(id, 'mailscroll T: '+text[1]+' F: '+ activatorname)   CFPython.SetName(id, 'mailscroll T: '+text[1]+' F: '+ activatorname)


Legend:
line(s) removed in v.1.5 
line(s) changed
 line(s) added in v.1.6

File made using version 1.96 of cvs2html by leaf at 2006-02-15 17:29