Hello all.
I have an event used for battle encounters that triggers via "Event Touch".
However, I wish for this event to not turn towards the player upon being triggered.
I want to do this without enabling Direction Fix since the event is supposed to randomly wander around until the player touches it.
However, I do not wish for this to occur for all events, only specified events. (I plan to use "if !event.name.include?(""))
What do I need to edit in the default scripts to accomplish this?
Thanks.