Create a Event touch in a Parallel event?

● ARCHIVED · READ-ONLY
Started by elpsychic 2 posts View original ↗
  1. I looked at the forums and saw this to help my question ...





    However it does not give specific script code to create an event touch in a parallel event.


    I created variables for both my player x and event map


    Screenshot_17.png


    However, I do not know how I am suppose to check them in a if statement (what condition should I be looking for)


    Does event touch work if it is the same location? Will I not be able to simulate the touch of event, and need to put a radius of sort?


    I am still new to scripting in general and welcome any help.
  2. You cannot have event touch and parallel process - they are both triggers and you need to choose one or the other.


    Perhaps you should explain what you're trying to do and we can 1: tell you if it's a suitable approach for your goals, and 2: help you set it up correctly.


    The above is not scripting.  It is eventing.  Both terms are used to mean very different things with RPG Maker, so you need to be careful that you know the difference and use the correct terms for what you're trying to do.


    Please show a screenshot of your event (the whole event window, not just a few lines of commands like you've given) so we can see what other things are going to influence it.  Can't even tell from those images whether event 10 is the event that's running the commands.