Bots and Simulations > DNA - General
help....again
Ulciscor:
Wouldn't that delete on any age except 100? I think you'd need
--- Code: ---cond
*.robage 100 =
start
5 .delgene store
stop
--- End code ---
MrMound:
whats the code for fix position?
Numsgil:
1 .fixpos store
causes you to fix position. However:
*.fixed tells you if you are presently fixed or not (1 = fixed, 0 = not)
MrMound:
how do you unfix your self
and why wont this gene work then
--- Code: ---cond
*.numtie >= 1
start
1 .fixpose store
stop
--- End code ---
Welwordion:
hmm first does >= work? never tried, just use >
second
*.numtie > 0 is wrong it must be
*.numtie 0 >
third
1 .fixpose store
the 1 has to be a 0 and its fixpos not fixpose
0 .fixpos store
fourth
numties not numtie
so it must be
cond
*.numties 0 >
start
0 .fixpos store
stop
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version