HOW TO CALL THIS SCRIPT IN A COMMON EVENT (RPG MAKER VX ACE)

Posts

Pages: 1
http://pastebin.com/ePq4wXZ7 <-- Script
How do I call this in a common event to open for the XS - Menu Delux?
I've tried multiple things none worked please help.
Trihan
"It's more like a big ball of wibbly wobbly...timey wimey...stuff."
3359
Add the script line "SceneManager.call(HZM_VXA::AudioVol::Scene_VolConfig)" to the common event.
author=Trihan
Add the script line "SceneManager.call(HZM_VXA::AudioVol::Scene_VolConfig)" to the common event.

I've had that already...
This is what I get
That's because the line "SceneManager.call(HZM_VXA::AudioVol::Scene_VolConfig)" is too long for the "Script Call" event (if you notice, it will place the part in parenthesis on a separate line). A stupid RPG Maker problem.

Try using Tsukihime's fix for that: http://www.rpgmakervxace.net/topic/12339-tool-resize-enable/
author=MakoInfused
That's because the line "SceneManager.call(HZM_VXA::AudioVol::Scene_VolConfig)" is too long for the "Script Call" event (if you notice, it will place the part in parenthesis on a separate line). A stupid RPG Maker problem.

Try using Tsukihime's fix for that: http://www.rpgmakervxace.net/topic/12339-tool-resize-enable/

Thanks that did the trick.
Now another question...
How do I call this script in a common event if possible?
Unfortunately, you can't-- not without some editing. This script was made to just overlay a window in the Main Menu. The only way to make this work would be to add it to the Map scene, and then call the creation of the window as a common event.

Unless you plan on taking up scripting, I would recommend contacting the author of the script. Of course, you can also try requesting a script add-on that would edit the script to allow it's use on the Map.
Pages: 1