2016-07-29, 19:37:49
(This post was last modified: 2016-07-29, 19:42:17 by sarafciger.)
It is a simple script only for leveling.
Just make a notepad with the code in it and name it "Route 3.lua"
This is the first script i made, it is working for me, i will try to make a few more for different level groups
Just make a notepad with the code in it and name it "Route 3.lua"
name = "Route 3"
author = "Sharaf"
function onPathAction()
if getPokemonHealth(1) > 0 then
if getMapName() == "Route 3" then
moveToRectangle(51, 21, 55, 24)
end
end
end
function onBattleAction()
attack()
end
This is the first script i made, it is working for me, i will try to make a few more for different level groups