Author Topic: weird  (Read 2352 times)

Offline MrMound

  • Bot Destroyer
  • ***
  • Posts: 156
    • View Profile
weird
« on: February 17, 2006, 11:04:30 PM »
does this bot do any thing weird when run on your simulation. in mine bots are randomly placed in the screen.



def type 50
def time 51

cond
start
1 inc .time store
stop

cond
*.robage .time =  
start
2 rnd 1 add .type store
stop

cond
*.type = 1
start
100 .up store
stop

cond
*.type = 2
start
100 .dn store
stop

cond
*.type = 3
start
100 .dx store
stop

end
« Last Edit: February 17, 2006, 11:06:54 PM by MrMound »
cooperation is working together to achive a common goal
mrmound