- 19
- Posts
- 10
- Years
- Seen Aug 23, 2015
There's a code posted on here for Gale Wings
but when going to attack with a Pokemon every time you choose a move to use it goes back to the previous screen, but if you take out the type restraint it works. But gives priority to every single move. Does anyone have a working version? Also, can you change Prankster to add priority to moves other then status ones?
Code:
pri+=1 if isConst?(@battlers[i].ability,PBAbilities,:GALEWINGS) && #by ~JV~
isConst?(move.type,PBTypes,:FLYING)
but when going to attack with a Pokemon every time you choose a move to use it goes back to the previous screen, but if you take out the type restraint it works. But gives priority to every single move. Does anyone have a working version? Also, can you change Prankster to add priority to moves other then status ones?