
Originally Posted by
Virse
Hi DarkstaR could you help me with this issue please,
this is the slime trainer script im using, it worked perfectly before XenoBot update:
]]--
while(true) do
if (Self.TargetID() == 0) then
if (getTargetsInArea(Self.Position(), 1, 0, 0) == 2) then
setTargetingEnabled(true)
wait(500)
setTargetingEnabled(false)
end
end
wait(2000,3000)
end
and this is the error im receiving after update:
Thanks in advance.