PDA

View Full Version : Self Location



Tryller
08-27-2016, 09:08 PM
Is possible to check Self location in Xenobot?
for example
if (Self.pos.x == 666)
--- do something like a boss here.
end

anoyn
08-27-2016, 09:25 PM
http://xenobot.wikia.com/wiki/Self_Position

Tirell
08-27-2016, 09:28 PM
if (Self.Position().z == 5) then
XXX
end

Tryller
08-28-2016, 12:40 AM
Thanks.... Staff can close thread