Darwinbots Forum
Bots and Simulations => DNA - General => Topic started by: Welwordion on May 12, 2006, 12:22:04 PM
-
I just wanted to know if the .in variables are reset to zero once a bot sees no other bot in his .eye5?
-
Ican't remember for certain but I think the in variables get reset whenever the bot sees something in eye5. The out variables stay put indefinitely.
In and out are form before my time and I never really used them much
-
Pretty sure they're not reset, until something new is seen. Normally an eye5 checker condition is used to cancel gene activation.
cond
*.eye5 45 >
*.in1 *.out1 !=
start
-1 .shoot store
stop