home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / ClassDay.dxr / Internal_9.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  173 b   |  11 lines

  1. global points, tableau, foundation, reserve, extras, hate
  2.  
  3. on prepareFrame me
  4.   extras = []
  5.   points = 0
  6.   foundation = [:]
  7.   reserve = [:]
  8.   tableau = [:]
  9.   hate = [:]
  10. end
  11.