Problems about properties
Posted: Mon Dec 20, 2010 6:38 am
Hi, anybody! Sorry my English is so...funny... Really bad at English!
I know there is a method to enable to display your text box with a box telling who says it by defining the character like this:
Here, there is a bool variable called show_two_window is true, and then I want to custom the "name box". So in options.rpy, I set this:
And it works well!
But I referred to the wiki, and failed to find the property called "say_who_window".
So my problem is: How can I get to know these properties? I still cannot find these properties in this link:
http://renpy.org/wiki/renpy/doc/referen ... and_Styles
Now thank you for your help.
I know there is a method to enable to display your text box with a box telling who says it by defining the character like this:
Code: Select all
define s = Character('上官零', font="Font//kaiu.ttf", what_font="Font//FZBaoSong.TTF", size=24, bold=False, color="#999999", what_color="#999999", show_two_window=True, ctc="System/ParaEnd.png")Code: Select all
style.say_who_window.background = "GUI//Name2.png"But I referred to the wiki, and failed to find the property called "say_who_window".
So my problem is: How can I get to know these properties? I still cannot find these properties in this link:
http://renpy.org/wiki/renpy/doc/referen ... and_Styles
Now thank you for your help.