Bots and Simulations > DNA - General
I am trying to transmit my entier dna via virus.
-venom-:
I got it to work but what the hell here it is
what do ya say
--- Code: ---' Alga anaparagogi ios
cond
.myup 2=
start
7 989 store
stop
def counter 50
cond
*.vtimer 0 =
start
*.counter 3 mod ++ .mkvirus store
.counter inc
stop
cond
7 *989 !=
*.nrg 0 !=
start
50 .repro store
15 .aimdx store
*.refveldx .dx store
*.refvelup 30 add .up store
50 .vshoot store
stop
cond
*.eye5 0 =
*.refeye *.myeye !=
start
*.refveldx .dx store
*.refvelup 30 add .up store
50 .vshoot store
stop
end
--- End code ---
Endy:
Why not just use:
--- Code: ---cond
*.counter *.genes >
start
0 .counter store
stop
cond
*.vtimer 0 =
start
*.genes *.counter sub .mkvirus store
.counter inc
stop
--- End code ---
This way it would vshoot the genome from bottom to top.
If you want to go really basic just use: *.genes rnd .mkvirus store this'll eventually vshoot all the genes, just not in a particullarly orderly manner.
Navigation
[0] Message Index
[*] Previous page
Go to full version