home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1997 March / Image.iso / schwieri.dxr / Internal_4_WAInit.ls < prev    next >
Encoding:
Text File  |  1996-10-28  |  235 b   |  12 lines

  1. global WACall, gPlayerNames, gNoPlayers
  2.  
  3. on exitFrame
  4.   repeat with i = 1 to gNoPlayers
  5.     setAt(gPlayerNames, i, 0)
  6.   end repeat
  7.   repeat with i = gNoPlayers + 1 to 4
  8.     setAt(gPlayerNames, i, -1)
  9.   end repeat
  10.   set WACall to 1
  11. end
  12.