Bots and Simulations > DNA - General

As it can become!

(1/2) > >>

Testlund:
If you only use the first gene it makes .eye3 rotate anti-clockwise, but if you add the second gene it won't make .eye2 rotate clockwise as one might expect. It does some crazy stuff instead.

cond
 *.robage .eye3dir store
stop

start
 *.robage .eye2dir sub store
stop

I swear, the day computer code makes sense to me I'll be making my own software.  :P

Botsareus:

--- Code: ---start
 *.robage .eye3dir store
stop

start
 *.robage sub .eye2dir store
stop
--- End code ---

Botsareus:
Otherwise you are storing a zero in the memory location defined by " *.robage .eye2dir sub" which does indeed produce some nifty results.

Testlund:
Yeah, I discovered my typo, but it's still weird how that could cause random replication.

Testlund:
Is there a way to increase the rotation speed of the eyes?

Navigation

[0] Message Index

[#] Next page

Go to full version