Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
Is there a function for the Wonder Launcher in essentials, or is there one being developed for it? And if not, how would you go about implementing such a function?
Seems like it works without the overworld encounter switch method, huh.
Is there no way to retain this or something simmilar, as I don't want it to be always active?
I use 17.2
The code at line 387 is: if encounter[0] < 10
The only thing I did was replace the method "Kernel.pbOnStepTaken(eventTriggered)" with the overworld encounter switch method
I keep getting this error:
Script 'Overworld_Random_Encounters' line 387:
NoMethodError occurred.
undefined method '<' for [85, 24]:Array
from 'Overworld_Random_Encounters' line 387 in 'spawnEvent'
from 'Overworld_Random_Encounters' line 317 in 'pbPlaceEncounter'
from...