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

  1. global reserve, waste, foundation, tableau, points, extras, win
  2.  
  3. on prepareFrame me
  4.   reserve = new(script("card pile"))
  5.   waste = new(script("card pile"))
  6.   foundation = [:]
  7.   tableau = [:]
  8.   points = 0
  9.   extras = []
  10.   win = "no"
  11. end
  12.