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

  1. global points, getlist, equal, currentsel, godlist, foundation, reserve, rightlist, leftlist, tableau
  2.  
  3. on prepareFrame me
  4.   reserve = 0
  5.   foundation = [:]
  6.   tableau = [:]
  7.   getlist = VOID
  8.   equal = 0
  9.   currentsel = 0
  10.   leftlist = []
  11.   rightlist = []
  12.   godlist = VOID
  13.   points = 0
  14. end
  15.