itch.io is community of indie game creators and players

Devlogs

25/11/2021 - Bug Fix!

Hakuen Studio Self Variables for RPG Maker MZ
A downloadable RPG Maker Plugin

Version 3.0.1 - 25/11/2021

- Removed the full integration of the self variables with the event commands because it was not working properly when a parallel or autorun event was running and setting/checking a variable value.

You can keep using plugin command to set self variable values or script calls:

♦ Script Calls ♦

• Getting self variable values:

Current event -> this.selfVariableValue(varId) OR this.getSv(varId)

Other events/map -> $gameVariables.selfValue([mapId, eventId, varId])

• Changing self variable values:

Current event -> this.setSelfVariableValue(varId, value) OR this.setSv(varId, value)

Other events/maps -> $gameVariables.setSelfValue([mapId, eventId, varId], value)

Files

  • EliMZ_SelfVariables 3.0.1 3 kB
    Nov 25, 2021
Download Hakuen Studio Self Variables for RPG Maker MZ
Leave a comment