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!

Event Touch Trigger Plugin - Demo

Event Touch Trigger Plugin - Demo 1.0

No permission to download

CT_Bolt

Global Moderator
Staff member
Resource Team
Xy$
0.02

Xilefian

Adventurer
Xy$
0.00
This is a much cleaner, better demo than any I could have made. Thank you very, very much!

You don't have to use the event number IDs to target events, you can use their names as well - something I think would be more useful.
Code:
Event Touch
{ "touched by" : "Event A", "page" : 1 }
{ "touched by" : 3, "page" : 2 }
{ "touched by" : "Event D", "page" : 3 }
You can also omit the "page" value if the page you want to call is the same as where the comment is written.

The "touching" option means it will activate when the target attempt to walk into a trigger, the "touched by" means it will activate when a trigger attempts to walk into the target.
It's equivalent to Player Touch vs Event Touch (player walks into trigger, trigger walks into player).
 
Top