Event Caller
Author: Vyndicate
Adding some original RPG Maker 2003 calling event into MV
These command available through Plugin Command PluginCommand
ECall Event x Page y MapId z
Event (Mandatory): The event ID you want to call
Page (Optional): Page you want to call from specific Event ID. Default 1
MapId (Optional): The event you call from specific Map. Default current map
Example:
ECall Event 22 Page 1 MapId 1
This will call the Event ID number 22, page number 1, and mapId number 1
Terms of Use
Free for commercial and non commercial use with credits
Changelog
v1.0.0
Initiate Plugin
Showcases
When using Event only
When using Page with same Event Id, even if the event doesn't met the condition yet, it still can be activated