Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Changing Window Styles in Game
#6
The "Change Windowskin" event just uses "$game_system.windowskin_name = operator[0]" So your code SHOULD work! Let me take a look at that old demo you uploaded, see if I can find the problem using that.

EDIT: Aha! I knew it. Look at the AMS script, it has these declarations.
Code:
@message_box_skin = "Windowskin1"   #Choose the WindowSkin for the Message Box
@name_box_skin = "Windowskin1"       #Choose the WindowSkin for the Name Box

This fix is not going to be as easy as I thought... I don't have time to walk you through it right now, but try adding something like:

Code:
if @message_box_skin != $game_system.windowskin_name
    @message_box_skin = $game_system.windowskin_name
end

To the update section in the AMS script. There might be better ways to solve this though, as I said I don't have time to look for a good solution right now (I'm late for class!) Good luck!
Reply }


Messages In This Thread
Changing Window Styles in Game - by JackMonty - 03-09-2013, 12:07 PM
RE: Changing Window Styles in Game - by JackMonty - 03-11-2013, 12:26 AM
RE: Changing Window Styles in Game - by JackMonty - 03-19-2013, 02:36 PM
RE: Changing Window Styles in Game - by MechanicalPen - 03-19-2013, 08:01 PM
RE: Changing Window Styles in Game - by JackMonty - 03-21-2013, 11:54 PM
RE: Changing Window Styles in Game - by JackMonty - 03-22-2013, 11:54 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Sorting Items in Shop Window Melana 13 15,689 01-18-2018, 05:49 AM
Last Post: DerVVulfman
   Game Performance Melana 21 19,441 11-24-2016, 03:42 AM
Last Post: finalholylight
   Showing only specific skills in a window Melana 2 5,400 01-12-2016, 01:34 PM
Last Post: Melana
   Game Variables List for Copy/Paste JayRay 4 6,319 01-15-2015, 06:18 AM
Last Post: JayRay
   [RMXP]Game Over and Atoa Battle Status mishaps firestalker 8 9,816 08-07-2014, 01:59 AM
Last Post: firestalker
   [Brainstorming] Pallete Changing. MechanicalPen 6 6,845 02-14-2014, 09:46 PM
Last Post: DerVVulfman
   Help with changing background music volume JackMonty 7 8,553 12-10-2012, 10:59 AM
Last Post: JackMonty
   Something I noticed about the Advanced Shop Status Window yamina-chan 5 9,175 08-21-2011, 09:16 PM
Last Post: yamina-chan
   [Atoa SBS] Changing the command window font MegaPowerNinja 3 7,650 04-12-2011, 10:23 PM
Last Post: Victor Sant
   Repositioning the actor command window. MegaPowerNinja 4 8,639 04-12-2011, 05:21 AM
Last Post: MegaPowerNinja



Users browsing this thread: