Darwinbots Forum

Bots and Simulations => Bestiary => F1 bots => Topic started by: MrMound on May 03, 2005, 08:37:43 PM

Title: simple bot virus 2 (F1)(Vir)(MrMound)-04.05.05
Post by: MrMound on May 03, 2005, 08:37:43 PM
Code: [Select]
cond
*.nrg 1 >=
*.myaimsx 0 !=
start
60 .repro store
stop

cond
*.eye5 30 >
*.refeye *.myeye !=
start
-1 .shoot store
stop



cond
start
1860 rnd .aimdx store
stop





cond
*.nrg 1000 >=
start
60 .repro store
stop



cond
*.vtimer 0 =
start
1 .mkvirus store
stop

cond
*.vtimer 1 >
start
'donothing
stop

cond
*.vtimer 1 =
start
250 .vshoot store
stop



end