Original Source
- Original title: Event Manager
- Original author: nathanlink169
- Original date: October 14, 2021
- Source thread: https://forums.rpgmakerweb.com/threads/event-manager.141246/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
This is a javascript plugin that will not do anything on it's own, but can be useful for other scripters. This script essentially implements an observer pattern into RPG Maker. Event systems help modularize your code by sending messages between pieces of code that do not directly know about each other. They allow things to respond to a change in a state without constantly monitoring it in an update loop. You can read more about it here: Observer pattern - Wikipedia en.wikipedia.org This script hasn't been fully optimized and I'm...
Plugin / Script Links
External archive links open with a BMMPlay warning because files are hosted by the original creator or a third-party service.
- Download: You can find that project here.
License / Terms Note
Terms of Use: Free to use or modify for free or commercial projects. My only request is that you don't republish this (or your edits) and claim it as your own. If you want to give credit (not required), please give to Nathan Pringle and specify it was this script in particular. JavaScript: //============================================================================= // EventManager
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.
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadReplies (0)
No replies yet.
Topic Summary
Loading summary...