home *** CD-ROM | disk | FTP | other *** search
- Rem This script shows how the BEGIN/REPEAT commands can be used to force
- Rem your way into your favorite room.
- Rem The loop will continue for 20 times or until the No button doesn't popup.
- Rem In this example we use the Lobby but you can use any room name
- SelectIcon List
- BEGIN
- SelectList Lobby
- SelectButton No
- REPEAT 20
-
-