home *** CD-ROM | disk | FTP | other *** search
- /* Testing ASK
- */
- OPTIONS RESULTS
-
- ADDRESS WELCOME
- 'ASK ACTIVATE "\n\n Hello, how are you doing?" _Great G_ood _Bad "_Real Bad"'
-
- select
- when result==1 then TEXT "Been eating those funny little tablets?"
- when result==2 then TEXT "What!?"
- when result==3 then TEXT "That's normal"
- otherwise TEXT "Oh dear, tell me about your mother."
- end