RPG Maker MZ - Do the scripts work the same in MZ as in MV tested some of them? (some were changed)
Subscribers:
236
Published on ● Video Link: https://www.youtube.com/watch?v=8Tt5rswOXtQ
Hello folks, me again with a lengthy video on testing scripts, and yes, a few were changed as of what I saw.
What scripts I found to no longer work:
$gamePlayer.requestAnimation(x); (consequently$gameMap.event(y).requestAnimation(x); )
$gamePlayer.requestBalloon(x); (consequently$gameMap.event(y).requestBalloon(x); )
$gameMap.event(x).direction returns the whole function now instead of its value, like I remember it did in RPG Maker MV.
For the list of scripts for MV use this spreadsheet (thanks to Archeia for their awesome work to post these!)
https://docs.google.com/spreadsheets/d/1-Oa0cRGpjC8L5JO8vdMwOaYMKO75dtfKDOetnvh7OHs/edit#gid=0
Other Videos By Ferenjianboard Introspection Protocols
Tags:
RPG Maker MV
RPG Maker MZ
scripts in MZ
script calls in MZ
do the same scripts in RPG Maker MV work in MZ
do all the scripts in RPG Maker MV work in MZ
which script calls in RPG Maker MV don't work in MZ