home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
300 Favorite Games
/
300GAMES.iso
/
204
/
rammer.prg
< prev
next >
Wrap
Text File
|
1995-08-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 )
}