home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GCW Games & More & Wacky Windows Companion
/
gcw.iso
/
win
/
arcade
/
robotbat
/
rammer.prg
< prev
next >
Wrap
Text File
|
1994-12-14
|
662b
|
26 lines
#############################################################################
# RAMMER #
# #
# Simple robot that can be a large pain in the but, literally! #
# #
#############################################################################
Init
{
Name( "Rammer" )
RegCore( RamSearch )
RegDtcRobot( RamRobot, 1 )
}
RamSearch
{
Scan()
RadarRight( -5 )
}
RamRobot
{
SyncAll()
Ahead( ScanDist + 5 )
}