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

  1. global gPlayerBets, chip, deck, points, betcount, cardList, complist, beenHereAlready
  2.  
  3. on prepareFrame me
  4.   gPlayerBets = [:]
  5.   deck = new(script("deck of cards"))
  6.   points = 250
  7.   cardList = []
  8.   complist = []
  9.   betcount = 0
  10.   chip = VOID
  11. end
  12.