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

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