I'm requesting a script that makes it so that, on a switch trigger, the player is automatically move route'd to follow an event, until the switch is turned off.
EDIT: And to clarify, i've spent well over an hour trying to event such a thing myself, both with and without the assistance of extra scripts, and I can't make it work.
Player follows an Event
● ARCHIVED · READ-ONLY
-
-
Have you tried this?
http://www.himeworks.com/2013/03/29/event-followers/
You just make a script call
Code:And your player will follow event 5 around.$game_player.follow(5) -
Yet again, my hat is off to you, Hime. That fixed it. Thanks.