itch.io is community of indie game creators and players

Devlogs

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
Download Hakuen Studio Custom Parameters for RPG Maker MV MZ
Leave a comment