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

  1. on exitFrame
  2.   global gNoPlayers
  3.   Abwischen()
  4.   if gNoPlayers > 1 then
  5.     go("Namen")
  6.   else
  7.     go("Name")
  8.   end if
  9. end
  10.