Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - zerodexter

Pages: [1]
1
Newbie / custom labels? noob problem
« on: October 02, 2006, 11:41:45 AM »
thank you  

2
Newbie / custom labels? noob problem
« on: October 02, 2006, 07:24:37 AM »
hi everyone, Db is great!  

I just started programming my first bots from scratch, but I have a problem with custom labels as they don't seem to be 'accessible' to me?

here's a very short example of the code:

'ZDbot

def NF 1

cond
  *.eye1 0 =
  *.eye2 0 =
  *.eye3 0 =
  *.eye4 0 =
  *.eye5 0 =
  *.eye6 0 =
  *.eye7 0 =
  *.eye8 0 =
  *.eye9 0 =
start
  314 .aimdx store
  1 .NF add store
stop

cond
  *.NF 5 >
start
  10 .up store
  1 .NF store
stop

end

what I'm trying to do is simple: let the bot do a 360° scan and if it doesn't find anything, let it move a bit and do another scan.
problem is, the NF variable is never increased and I've got no idea why  

any ideas?

Pages: [1]