Introduction
This script simply disables the encounter temporarily everywhere in just one call; same to enable it again.
Features
- Disables the encounter
How to Use
Just copy-paste the code in the script editor and then call it from wherever you want using the following instructions:
To disable the encounter temporarily, just open a script and put in it $game_player.disable_encounter.
To enable it again, just open a script and put in it $game_player.enable_encounter. The script won't re-enable it automatically.
Credit and Thanks
- Feelzor
- IXFURU who inspired me with their DISABLE DASH script.
Author's Notes
As it is my first script, it may have problems or be written in a wrong way.
I tried to do my best making it as I found no script like that while searching on Google (maybe that's because I'm not level 1 yet.. ), but do not hesitate to give me any tip to improve the code!