[simple Stupid Gaming] Encounter Condition
version 1.0.0
by Heartbreak61
INTRODUCTION
I don't know if this kind of script already exist. Actually, this script was intended for myself then I decided to share it, who knows if anyone out there will find this plugin useful.
Few days ago, I just realized that I have no option to set any condition on random encounters. Then I decided to make this simple stupid plugin to add conditions to random encounters. This plugin only uses switch as condition.
To use this plugin, write following lines (not case sensitive) on map's notebox
Code:
<encounterCondition>troop <ID> = switch <Number> <ON or OFF><\/encounterCondition>
example
Code:
<encounterCond>troop 2 = switch 1 ONtroop 3 = switch 1 OFF... etc<\/encounterCond>
using example above, player will have chance to meet troop 2 ONLY when switch 1 is ON and to meet troop 3 ONLY when switch 1 is OFF.
FEATURES
- Simple setup
SCREENSHOT

HOW TO USE
Right click and save the download link. Put on plugin folder. Enable it on plugin manager. Setup your map notebox. And you're good to go.
DEMO
N/A
OLDER DEMOS:
N/A
SCRIPT (right click and save)
Download
FAQ
Nothing yet
TERM OF USE
Free to use on both commercial or non-commercial project as long as you give credits to me.

CHANGELOG
2015.12.10 ver 1.0.0
- Created and finished the script
Author's note:
At first, I want to create complex condition such as variables, actor's level, actor's equip, etc. But then I think, screw that, complex condition can be easily done using events. So I decided to keep this plugin simple.