Difference between revisions of "Humilis"
From WikiManual
m |
|||
Line 7: | Line 7: | ||
'Humilis | 'Humilis | ||
+ | |||
+ | 'remove waste | ||
+ | cond | ||
+ | *.waste 100 > | ||
+ | start | ||
+ | -4 .shoot store | ||
+ | 100 .shooval store | ||
+ | stop | ||
cond | cond | ||
Line 34: | Line 42: | ||
cond | cond | ||
− | *.nrg | + | *.nrg 10000 > |
+ | *.robage 1000 > 'let's let younger bots do other things with excess energy | ||
start | start | ||
200 .aimdx store 'i had to put some iflamma consepts in there -bau | 200 .aimdx store 'i had to put some iflamma consepts in there -bau |
Revision as of 16:52, 5 November 2005
how about using the discussion tab above to explain/talk about what
you are doing here so the rest of us aren't left in the dark? Griztalk
use NewMove 'Humilis 'remove waste cond *.waste 100 > start -4 .shoot store 100 .shooval store stop cond start 'Naval Cord Removal .tie *.robage sgn 1 sub -1 mult mult .deltie *.robage 1 sub sgn 1 sub -1 mult mult add inc 'this should do the trick to allow both tie and deltie to use same inc stop cond *.robage 20 mod 0 = 'Finally figured out how to use mod handily :) start 7 rnd 50 store stop cond 'Gene should allow bot to test amongst 8 different refs randomly .refup *50 add * .myup *50 add * != *.eye5 37 > start 'Cheap shots :) .shoot dec stop cond *.nrg 10000 > *.robage 1000 > 'let's let younger bots do other things with excess energy start 200 .aimdx store 'i had to put some iflamma consepts in there -bau 50 .repro store stop cond *.eye5 0 > *.refeye *.myeye = and *.eye5 0 = or start 314 rnd .aimdx store stop cond *.eye5 0 > *.vel 20 < start 20 *.vel sub 2 div *.body mult 1000 div .up store stop end