Bots and Simulations > DNA - General
Determining if other bots are under influence of venom
(1/1)
Tj3:
Is there a way to determine if another bot is under the influence of venom? I haven't found any information about it anywhere on the wiki...
Houshalter:
Yes and no. Theres no .refparalyzed. Instead you have to use your memloc/memval. If your already using them for something else you might have a problem, though you can possibly set up a system to rotate between several different memloc/memval systems. Heres an example:
--- Code: ---cond
.paralyzed *.memloc !=
start
.paralyzed .memloc store
stop
cond
*.memval 0 >
start
-InsertCodeHere-
stop
--- End code ---
Tj3:
Oh, ok. I didn't think of that before. This will be extremely useful, hehe!
Navigation
[0] Message Index
Go to full version