Chaos Project

RPG Maker => RPG Maker Scripts => Script Troubleshooting => Topic started by: Zexion on August 03, 2013, 08:46:32 am

Title: [XP] Check if player is moving?
Post by: Zexion on August 03, 2013, 08:46:32 am
Is there a script call to check if the player is moving? I need to for a conditional branch in my battle system :s
Title: Re: [XP] Check if player is moving?
Post by: Apidcloud on August 03, 2013, 09:52:49 am
isn't there a property called "moving" in game_actors or something?

Or rather something like:
$game_player.moving?


Regards