home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 34 / 034.d81 / connect (.txt) < prev    next >
Encoding:
Commodore BASIC  |  1987-01-01  |  481 b   |  16 lines

  1. 10 rem connect
  2. 20 poke53280,14:poke53281,6:print""
  3. 30 ifpeek(169)=1andpeek(170)=2then100
  4. 40 print"[147]  [205]aybe going to [196]ispute?'s [199]azelle or"
  5. 42 printspc(13)"maybe not...":poke198,.:poke204,1
  6. 45 print"        load"chr$(34)"disputes gazelle"chr$(34)",8"
  7. 47 print"run":poke631,13:poke632,13:poke198,2:end
  8. 50 :
  9. 100 print"[147][196]o you want to see how [193]lfredo's doing?"
  10. 110 poke198,0:wait198,1:geta$
  11. 120 ifa$="y"then200
  12. 130 goto40
  13. 140 :
  14. 200 print"           load"chr$(34)"alf.connect"chr$(34)",8":print"run"
  15. 202 poke631,13:poke632,13:poke198,2:end
  16.