Bots and Simulations > DNA - General

help

<< < (2/4) > >>

MrMound:
umm is .type supposed to show up as a 0 in the dna with that robot?

Light:
no it should show up as the number of the address ie 50

Light:
PY made a mistake in the code

--- Code: ---def .type 50
--- End code ---
should be

--- Code: ---def type 50
--- End code ---

MrMound:
is there a way to make a costom sysvar amount increase by 10 every 10 cycles

Numsgil:
yes:

cond
*.robage 10 mod 0 =
start
*.type 10 add .type store
stop

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version