- Joined
- Dec 14, 2013
- Messages
- 432
- Reaction score
- 214
- First Language
- English
- Primarily Uses
Hey,
I was hoping someone could provide some insight for me quickly on a problem I am having.
I am using this script to make my message system appear how it should in vx ace.
I was hoping someone could provide some insight for me quickly on a problem I am having.
I am using this script to make my message system appear how it should in vx ace.
class Window_Base < Window # "true" to enable override, "false" to use default
USE_WINDOWSKIN = true
# Update Tone
def update_tone
self.tone.set($game_system.window_tone) unless USE_WINDOWSKIN
end
end [/spoiler
now when i put yanfly's message system in, when i preview the text boxes they look as should (red). Problem is when i load into game the windows are turned black. I have tried placing the windows fix script both above and below yanflys. ANyone have a solution for me google did not turn up anything.
USE_WINDOWSKIN = true
# Update Tone
def update_tone
self.tone.set($game_system.window_tone) unless USE_WINDOWSKIN
end
end [/spoiler
now when i put yanfly's message system in, when i preview the text boxes they look as should (red). Problem is when i load into game the windows are turned black. I have tried placing the windows fix script both above and below yanflys. ANyone have a solution for me google did not turn up anything.
