home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Boldly Go Collection
/
version40.iso
/
TS
/
14A
/
HUMTHIEF.ZIP
/
HUMTHIEF.SCR
< prev
Wrap
Text File
|
1992-07-19
|
369b
|
21 lines
clrscr
display "Enter the optimum price of this port: "
getn 0 5
display "Enter 1 or 2 for the number of sell this port have: "
getn 1 1
timeout 8 BUSTED
START:
send "PT^M$0^M0^M"
if '$1' = "2" EXTRA
EXTRA2:
waitfor ")?" BUSTED
send 'PR S3^M'
waitfor "success!" BUSTED
waitfor ")?" BUSTED
GOTO START
EXTRA:
send "0^M"
GOTO EXTRA2:
BUSTED:
EXIT