Event Touch Trigger
Event touching event triggers.
Version 2.2
[[[Download Plugin EventTouch.js]]]
Save to your project js/plugins folder.
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.
Change log:
Example
Take notice of the event names, event notes and the JSON!!
Event touching event triggers.
Version 2.2
[[[Download Plugin EventTouch.js]]]
Save to your project js/plugins folder.
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.
Change log:
- Version 2.2:
- Added support for multiple events with the same name.
- Version 2.1:
- Added compatibility support for OrangeCustomEvents.
- Version 2.0:
- Rewrite - API is completely changed.
- Added common event support.
- Version 1.1:
- Added "Turn Toward" boolean parameter.
- Version 1.0:
- Initial version.
Example
Take notice of the event names, event notes and the JSON!!