05/17/2021 - Help file changes


The older help file says that if you want to change the hp custom parameters type, you need to use a script call like that:

$gameParty.members()[0]._rep += value 
$gameParty.members()[0].refreshCustomParameter(paramId/shortName)

Now you can just use that to change the current parameter value, like changing the hp and not the mhp, you can use the following:

$gameParty.members()[0].changeCustomHpParam(paramId/shortName, value)

To set a value, you can use the below:

$gameParty.members()[0].setCustomHpParam(paramId/shortName, value)

Files

Eli_CustomParameters.js for MV 35 kB
May 17, 2021
EliMZ_CustomParameters.js for MZ 38 kB
May 17, 2021

Get Hakuen Studio Custom Parameters for RPG Maker MZ

Download NowName your own price

Leave a comment

Log in with itch.io to leave a comment.