Bots and Simulations > DNA - General

I am trying to transmit my entier dna via virus.

(1/2) > >>

-venom-:
here is the dna so far

' Alga anaparagogi ios

cond
 *.vitmer 0 =
start
 1 .mkvirus store
 2 .mkvirus store
 3 .mkvirus store
stop

cond
  *.nrg 6000 >
start
  50 .repro store
  15 .aimdx store
stop

cond
 *.eye5 0 =
 *.refeye *.myeye !=
start
 *.refveldx .dx store
 *.refvelup 30 add .up store
 50 .vshoot store
stop
end


so any help would be apreciated

Sprotiel:
Assigning several times to the same sysvar is no good. What you need to do for your first gene is something like that:

--- Code: ---def counter 50

cond
 *.vtimer 0 =
start
 *.counter 3 mod ++ .mkvirus store
 .counter inc
stop
--- End code ---

MacadamiaNuts:
That looks fun.

If I had the time to do it, I would set up a veggie with an huge gene repository and let it fire random genes to zerobots... I mean... "lego-bots".

-venom-:
in vegs it only transmits the last two genes and in everything else it only transmits the firts one ill keep trying but any help would be extreamly apreciated

Jez:
Could you post the code you are using?

Navigation

[0] Message Index

[#] Next page

Go to full version