Difference between revisions of "Humilis"

From WikiManual
Jump to: navigation, search
(no need for two commands)
Line 2: Line 2:
 
   
 
   
 
  'Humilis
 
  'Humilis
 +
 +
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
 
  cond
 
  *.robage 20 mod 0 =
 
  *.robage 20 mod 0 =
Line 14: Line 24:
 
  *.eye5 37 >
 
  *.eye5 37 >
 
  start
 
  start
 +
'Cheap shots :)
 
  .shoot dec
 
  .shoot dec
 
  stop
 
  stop

Revision as of 22:16, 4 November 2005

use NewMove

'Humilis

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 5000 >
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