2016-08-02, 13:48:46
(This post was last modified: 2016-08-02, 13:54:04 by sarafciger.)
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"
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