Original Source
- Original title: [SSG] Encounter Condition
- Original author: Heartbreak61
- Original date: December 10, 2015
- Source thread: https://forums.rpgmakerweb.com/threads/ssg-encounter-condition.52656/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
[simple Stupid Gaming] Encounter Conditionversion 1.0.0by 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.
Archived First Post
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
<encounterCondition>troop <ID> = switch <Number> <ON or OFF><\/encounterCondition>
example
<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.
- Simple setup
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.
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.
- 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.
Features Mentioned
- Simple setup
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Free to use on both commercial or non-commercial project as long as you give credits to me. CHANGELOG2015.12.10 ver 1.0.0 - Created and finished the script Author's note:
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...