if isPokemonUsable(1) and isPokemonUsable(2) and getRemainingPowerPoints(2, "False Swipe")>1 then
if getMapName()=="*PlaceHere" then
moveToRectangle(x,x,x,x)
elseif getMapName() =="SecondPlaceHere" then
moveToMap("PlaceHere")
else
fatal("not at first place or second place anymore.")
end
else
fatal("Pokemon not usable.")
end
This is what I usually do before the new release to prevent random teleport to pcs. Does this still work with the new antibot.lua? I'm asking because I did fatal() there to stop the bot when i'm not on the farming map, so in theory the bot will stop when it gets to the antibot room? Is this a conflict with the antibot script?