RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

[GM] player fallow

Started by &&&&&&&&&&&&&, August 30, 2007, 04:29:35 AM

0 Members and 1 Guest are viewing this topic.

&&&&&&&&&&&&&

How do I make an object move towards the player?
&&&&&&&&&&&&&&&&

Arrow

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.