Author Topic: Rolling Boil  (Read 3327 times)

Offline Endy

  • Bot Overlord
  • ****
  • Posts: 852
    • View Profile
Rolling Boil
« on: April 14, 2005, 01:18:19 AM »
' Rolling Boil
' Bots tie together and spin to capture veggies to share feed from them.
' Bot designed for high Gravity non-toroidal conditions

cond
start
.fixpos *.fixed mult dec
.tie inc
50 .sharenrg *.multi mult store
.sharewaste inc
'.deltie *.numties 3 sub 1000 mult add inc
stop

cond
*.eye5 0 =
*.refeye *.myeye = or
start
314 rnd .aimsx store
stop

cond
*.robage 50 <
*.eye5 50 <
*.nrg 1000 >
start
50 .repro store
300 .aimsx store
stop

cond
*.nrg 5000 >
*.eye5 50 <
start
40 .repro store
300 .aimsx store
stop

end
« Last Edit: April 14, 2005, 01:19:09 AM by Endy »