Ever wanted events to "touch" each other, well now you can! 
Couldn't really find a way to do this in RMMV so I decided to write a plugin.
This is still a very crude way of doing this but it's functional and seems to work well so far.
This my first real attempt at writing a plugin.
Please let me know what you think, I'm open to suggestions.
Also please help me determine compatibility with other plugins.
Let me know if it works for you or not. Also what plugins are used.
How to use:
Setup the parameters for when events touch each other to run common events.
Example:
Event Parameters 01:
If EventID #1 touches EventID #2 then run CommonEventID_A
If EventID #2 touches EventID #1 then run CommonEventID_B
Download includes demo & plugin.


Couldn't really find a way to do this in RMMV so I decided to write a plugin.
This is still a very crude way of doing this but it's functional and seems to work well so far.

This my first real attempt at writing a plugin.

Please let me know what you think, I'm open to suggestions.

Also please help me determine compatibility with other plugins.
Let me know if it works for you or not. Also what plugins are used.

How to use:
Setup the parameters for when events touch each other to run common events.
Example:
Event Parameters 01:
- MapID, EventID_A, EventID_B, CommonEventID_A, CommonEventID_B
- 2,1,2,1,2
If EventID #1 touches EventID #2 then run CommonEventID_A
If EventID #2 touches EventID #1 then run CommonEventID_B
Download includes demo & plugin.

