Bots and Simulations > Tips and Tricks

How to know you're the first

<< < (2/2)

Trafalgar:

--- Quote from: Martian ---How about this?
--- End quote ---

I use something like that on my shepherds, except I omit the condition on the gene (as far as I know, the gene should be deleted after the DNA runs, before the next cycle starts)

googlyeyesultra:
Racial memory is wonderful. It does require, however, that you delay severing the birthtie a bit.

cond
*.robage 3 =
start
971 inc
stop

cond
971 1 =
start
'whatever you want the firsts to do
stop

cond
971 1 >
start
'whatever you want anything that's not a first to do
stop

EricL:

--- Quote from: googlyeyesultra ---Racial memory is wonderful. It does require, however, that you delay severing the birthtie a bit.
--- End quote ---


Note that locations 971-975 get passed on instantly in 2.43.   This was a much discussed feature request.  The Wiki is out of date...

    'First 5 genetic memory locations happen instantly
     For I = 0 To 4
        rob(nuovo).mem(971 + I) = rob(n).mem(971 + I)
     Next I

Navigation

[0] Message Index

[*] Previous page

Go to full version