Save-Point
Addonscript for FFX2 Menu - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Archives (https://www.save-point.org/forum-105.html)
+--- Forum: Creation Asylum Archives (https://www.save-point.org/forum-90.html)
+---- Forum: Scripts & Code Snippets (https://www.save-point.org/forum-92.html)
+----- Forum: RPG Maker XP Code (https://www.save-point.org/forum-93.html)
+----- Thread: Addonscript for FFX2 Menu (/thread-6841.html)



Addonscript for FFX2 Menu - Akxiv - 06-17-2006

This is a locked, single-post thread from Creation Asylum. Archived here to prevent its loss.
No support is given. If you are the owner of the thread, please contact administration.


OK, you downloaded the FFX2 Menu from this page and you want that the Save button change the color to grey if save is disabled.
First redraw the cmscommand5.png to grey (good option is the black and white effect in some programms).
Now save the cmscommand5.png with the grey style as cmscommand5grey.png in the same folder as cmscommand5.png

Now open you scripteditor and go to your FFX2 Menu script.
Search the line
Code:
if $game_system.save_disabled

add then this under the line

Code:
@command5.bitmap = RPG::Cache.picture("cmscommand5grey")
@command5.x = 15
@command5.y = 40
@command5.z = 100

Warning from: Akxiv
Only add this under the first if $game_system.save_disabled (I think it is line 2130), otherwise the button can be have a bug!



Now when the save option is disabled the button get a grey style