Log in

View Full Version : when is no location go to label xxx



p0pas
07-22-2012, 12:35 AM
In xenobot i need only isnolocation(like neo) and luring. For example in Frost giantess that drunk retard is not always going to tyrsung.

Infernal Bolt
07-22-2012, 04:04 AM
if (Self.DistanceFromPosition(32777, 31141, 5) ~= 0) then
gotoLabel("whatever")
end


change the coords to the correct ones.

Shadow Wolf
07-30-2012, 11:26 PM
if (Self.DistanceFromPosition(32777, 31141, 5) ~= 0) then
gotoLabel("whatever")
end


change the coords to the correct ones.

Awesome thanks Infernal Bolt. I've been looking for something like that.

~ Shadow Wolf