public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

MV[SSG] Encounter Condition

BMM Archive · July 15, 2026

Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

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 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.  

Archived First Post

[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
Screenshot.PNG
 
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.

Features Mentioned

  • Simple setup​ 

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

License / Terms Note

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:

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.

#039#rmmv#plugin-archive

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar