home *** CD-ROM | disk | FTP | other *** search
- ß#macro to go to menu while paused
- if commanddown then skip 3
- call G11
- exit
- #go to menu:
- if thechar='m' then call D87
- if thechar='M' then call D87
- # COMMAND-Q WORKS ONLY IN TOUR ENGINE !!!
- if thechar='q' then call D88
- if thechar='Q' then call D88
- #advance 10 frames
- if thechar='a' then govar frame+10
- if thechar='A' then govar frame+10
- #back up 10 frames
- if thechar='b' then govar frame-10
- if thechar='B' then govar frame-10Àá