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.

[REQUEST] Detect Player Movement

Started by jfjohnny5, December 01, 2009, 02:41:27 AM

0 Members and 1 Guest are viewing this topic.

jfjohnny5

I managed to get this to work using events. I actually ended up creating a new common event so that I could call it at any time to determine if the player has moved or not. (Actually kind of proud of that.) But I KNOW there has to be a more elegant way to do this, probably with a simple script call within an event or something. I just don't know how to script.  :-\

Here's the event coding I used:
[spoiler]

[/spoiler]