home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / hackersguides-&-software / whale22r.zip / BREAKING.WEX < prev    next >
Text File  |  1994-12-31  |  332b  |  11 lines

  1. Rem This script shows how the BEGIN/REPEAT commands can be used to force
  2. Rem your way into your favorite room.
  3. Rem The loop will continue for 20 times or until the No button doesn't popup.
  4. Rem In this example we use the Lobby but you can use any room name
  5. SelectIcon List
  6. BEGIN
  7. SelectList Lobby
  8. SelectButton No
  9. REPEAT 20
  10.  
  11.