Bots and Simulations > DNA - General

help....again

<< < (10/12) > >>

PurpleYouko:
Have a look at my ant-bots in the "interesting behaviour" section of the beastiary.

MrMound:
[CODE]
cond
*.roboage 3 <
start
0 0 angle .setaim store
stop[CODE]
so this would make my robot go to 0 0 when he was born?
(I just want to make sure this is right because its a key gene in my bot)

PurpleYouko:
It won't make him GO to 0,0.

It will make him FACE the coords 0,0 (top left corner I think)

Numsgil:
Yes, you'll need to use the distance operator (dist I think) to see when you actually reach 0,0.

MrMound:
cond
*.roboage 3 <
start
0 0 angle .setaim store
50 .up
stop

so his will make him go to 00

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version