Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

RPG Maker Action Combat - RPG Maker MZ Plugin

Create high quality ABS, action games right inside RPG Maker · By Sang Hendrix

[ANSWERED] Standard script calls?

A topic by DaleFails created 4 days ago Views: 49 Replies: 3
Viewing posts 1 to 2
(1 edit)

Weirdly, I cannot get $gamePlayer.isMoving() to work, when trying to create footsteps for my character. Is this because of the dot movement incluedd with this plug in? Should I be calling an alternate script?

Developer

Hello. Please use isMoved instead. 

thanks, I’ll try that later tonight. Is there a list anywhere or other way of finding out the alternate scripts? I looked through the plugins and saw some but didn’t see this one 

Developer

Dot Move added pixel movement to the game so isMoving (something for grid based) wouldn't work. You gotta use isMoved, which can be found in Dot Move plugin.