Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Resource icon

RPG Maker Event Touch Trigger 2.2

No permission to download
This is a further development from a Plugin concept by CT_Bolt "Event Touching Triggers"

Adds additional event-touch-event triggers for event pages.

Activate by adding an event comment to an event page with the JSON Name (default "Event Touch").
Each new line after the JSON Name is an individual trigger.

An example valid event comment:
Event Touch
{ "source" : 1, "call" : { "common event" : 1 } }
{ "source" : 2, "call" : { "common event" : 2, "target this" : false } }

A single JSON entry must NOT be defined across multiple lines.

The JSON key names can be redefined as part of the Plugin Parameters.

Example
Take notice of the event names, event notes and the JSON!!





Author
Xilefian
Downloads
249
Views
469
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Xilefian

Latest updates

  1. Added support for multiple events with the same name

    By request from Kaza, I've updated this Plugin so multiple events with the same name can now be...
  2. Orange Custom Events compatibility

    This update adds compatibility with Orange Custom Events...
  3. Complete re-write & Common Event Support

    I said last update that common event support would require a re-write, so I did that. There's...
Top