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
Hakuen Studio Custom Parameters for RPG Maker MZ
Add new custom parameters to battlers (Actor and Enemy)!
Status | Released |
Category | Tool |
Author | Hakuen Studio |
Tags | eliaquim, hakuen-studio, plugin, rmmv, rmmz, RPG Maker |
More posts
- Version 2.0.3 - New features, bug fixes, compatibilityJul 28, 2024
- Version 5.0.2 - Bug fix!Jul 05, 2024
- Version 5.0.0 - Updated terms of use.Feb 09, 2022
- 08/25/2021 - New features!Aug 25, 2021
- 05/17/2021 - Minor changesMay 17, 2021
- 05/05/26 - Note tag support on enemy note fieldsMay 05, 2021
- 05/05/2021 - New Features and public release!May 05, 2021
- Custom Parameters: Early access release! (MV & MZ)Jan 30, 2021
Leave a comment
Log in with itch.io to leave a comment.