The RPG Maker Resource Kit

Other Game Creation => Other Game Making Programs => Topic started by: &&&&&&&&&&&&& on August 30, 2007, 04:29:35 AM

Title: [GM] player fallow
Post by: &&&&&&&&&&&&& on August 30, 2007, 04:29:35 AM
How do I make an object move towards the player?
Title: Re: player fallow
Post by: Arrow on August 30, 2007, 12:01:21 PM
Okay, I think it's like this. I'm going to pretend we have object_player, and object_follow.

In the step event for object_follow, make a step towards command. Fill it out like this:

object_player.x
object_player.y
whatever you want
whatever you want

Do NOT click relative.

That should do it.