- Joined
- Apr 10, 2021
- Messages
- 115
- Reaction score
- 24
- First Language
- Vietnamese
- Primarily Uses
- RMMZ
I have tried injecting the script call as seen in Archeia's post into the VisuStella MZ Core Engine's title command configuration screen, but when I test the game, nothing happened when I clicked / selected the "Manual" option that I configured.
Here's the code that is supposed to be run when selecting that command:
Is this the wrong piece of code? Tbf, I wanna have that command to make the screen transfers to a map that shows the "manual" of the game in it. If that is the wrong code snippet, how can I change it in order to make what I want works?
Thanks in advance!
Here's the code that is supposed to be run when selecting that command:
JavaScript:
$gamePlayer.reserveTransfer(3,8,6,0,0)
Is this the wrong piece of code? Tbf, I wanna have that command to make the screen transfers to a map that shows the "manual" of the game in it. If that is the wrong code snippet, how can I change it in order to make what I want works?
Thanks in advance!