Difference between revisions of "Humilis"

From WikiManual
Jump to: navigation, search
m
Line 1: Line 1:
 
  cond
 
  cond
  'Gene should allow bot to test 9 different refs randomly
+
  'Gene should allow bot to test amongst 8 different refs randomly
  .refup 8 rnd add * .myup 8 rnd add * !=
+
  .refup 7 rnd add * .myup 7 rnd add * !=
 
  *.eye5 37 >
 
  *.eye5 37 >
 
  start
 
  start
 
  -1 .shoot store
 
  -1 .shoot store
 
  stop
 
  stop

Revision as of 04:26, 28 October 2005

cond
'Gene should allow bot to test amongst 8 different refs randomly
.refup 7 rnd add * .myup 7 rnd add * !=
*.eye5 37 >
start
-1 .shoot store
stop