home *** CD-ROM | disk | FTP | other *** search
- #############################################################################
- # 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 )
- }
-