home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC PowerPlay 61
/
CDPowerplay61Disc2.iso
/
data1.cab
/
hd0_scripts
/
Text
/
thief3.baf
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-10-12
|
220 b
|
11 lines
// * Date Created:Mar 17, 2000.
// * Created by: Brent Knowles
// * Purpose: Constantly search for traps when idle. WILL NOT FIGHT
IF
Delay(5)
CheckStat(Myself,0,TRAPS)
THEN
RESPONSE #100
FindTraps()
END