Link to script: http://yanflychannel.wordpress.com/rmvxa/core-scripts/ace-message-system/
Hi,
I'm using the above script, and it's great BUT, I am trying to make the name box transparent, now there is this setting in the script:
NAME_WINDOW_OPACITY = 255 # Opacity of the name window.
Which as far as I can tell should do exactly what it says, however, if I set this to 0 or any number below 255, it make no difference to the opacity of the name window.
Am I missing something here?
Notes:
1. I am using a test project and the Ace Core Engine Script and this script are the only scripts in it. This script is after the core script.
2. I am setting the opacity in the the script itself by modifying that line.
3. A search of the script shows me this line:
self.opacity = YEA::MESSAGE::NAME_WINDOW_OPACITY - which obviously should apply the value of the above variable, but it does not seem to. (Setting this to 0 does not have any effect either).
4. For completeness I tried amending this variable:
NAME_WINDOW_Y_BUFFER = 0 # Buffer y position of the name window.
Just to check that the variables actually worked, and this one does register a change if for example you set it to 100
5. I have done a search of this forum and I cannot find a question matching this one.
[EDIT]:
If you make the whole message box transparent, then the name box is as well. SO the two are obviously connected. Clearly though the script is set up to independently make the name boz transparent. All the other commands work for it...
Any help would be awesome, thank you!
