- 14
- Posts
- 11
- Years
- Seen Jul 22, 2020
Hello everybody. I want to put a wild battle event with the condition of "can't escape", I read the pok?mon essentials wikia for Event Encounters, and I found this script example to do that:
pbWildBattle(PBSpecies::MEWTWO,70,1,false,true) where 'false' is supossed to cancel the option of run away from the battle, but if I go to the event I created using that script I can run from the battle anyway. How I can solve that? :/
pbWildBattle(PBSpecies::MEWTWO,70,1,false,true) where 'false' is supossed to cancel the option of run away from the battle, but if I go to the event I created using that script I can run from the battle anyway. How I can solve that? :/
Last edited by a moderator: