Hello There, Guest! Login Register


Route 24 leveling
#1
Simple code for Route 24 just above the city, left of the bridge, lvl 20-25 pokemons

Just make a notepad with the code in it and name it "Route 24.lua"

name = "Route 24"
author = "Sharaf"

function onPathAction()
    if getPokemonHealth(1) > 0 then
        if getMapName() == "Route 24" then
            moveToRectangle(13, 24, 15, 36)
        end
    end
end

function onBattleAction()
    attack()
end
 
Reply
#2
dont work
 
Reply
  


Forum Jump:


Browsing: 1 Guest(s)