05/15/2021 - New features!
Now there are two new special escape codes, that needs a better explanation:
• The new Eval escape code
I had to create a new one, because if you use the older like below, it will not properly eval the code:
\Eval[ $gameParty.members()[0].name() ]
Because there is another bracket character in the formula "[0]"
So now, you can use this one instead:
- =|YourText|= - This will Eval the text between =| |=
Example:
- =| $gameParty.members()[0].name() |=
NOTE²: The old one was not removed.
• The conditional message escape code:
?{condition ? result1 : result2}? - This is a conditional message.
If the condition is true, then it will return result1. Otherwise, result 2.
Example:
?{$gameVariables.value(1) > 0 ? Is greater than zero : Is less than zero}?
If the variable 1 is higher than 0, it will return the message "Is greater than zero".
Otherwise, it will return the message "Is less than zero". The only thing you should now about these two, is that you cannot use a formula together with a escape code. If you use, the text will not convert properly:
?{$gameVariables.value(1) > 0 ? scriptCall \v[1] : scriptCall \i[34]}?
=|scriptCall \i[24]|=
Files
Get Hakuen Studio Escape Codes for RPG Maker MZ
Hakuen Studio Escape Codes for RPG Maker MZ
Show almost everything from database using escape codes!
Status | Released |
Category | Tool |
Author | Hakuen Studio |
Tags | eliaquim, hakuen-studio, RPG Maker, RPG Maker MV, RPG Maker MZ, rpg-maker-plugin |
Languages | English, Portuguese (Brazil) |
More posts
- Version 3.2.0 - New features!Dec 08, 2023
- Version 5.1.2 - Bug Fix!Nov 11, 2022
- Last MV update.Aug 30, 2022
- Version 5.1.1 - Bug fix!Aug 29, 2022
- Version 5.1.0 - Bug fix and improvements!Jun 24, 2022
- Version 5.0.1Feb 10, 2022
- 12/09/2021 - Big Changes!Dec 09, 2021
- 08/26/2021 - New escape codes added!Aug 26, 2021
- 05/17/2021 - New features!May 17, 2021
Leave a comment
Log in with itch.io to leave a comment.