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]