Changing the yanchor (in screens.rpy) using if statement
Posted: Thu Dec 06, 2018 5:01 pm
My pseudo code looks something like this
if the number of dialogue choices is 2, make the value of yanchor -1.5
if the number of dialogue choices is 3, make the value of yanchor -0.6
if the number of dialogue choices is >4, make the value of yanchor -0.4
And my screens.rpy currently looks like this I need to know what the value of the number of choices is so that I can use it, but I wouldn't even know where to start... Any suggestions would be greatly appreciated. ^_^
if the number of dialogue choices is 2, make the value of yanchor -1.5
if the number of dialogue choices is 3, make the value of yanchor -0.6
if the number of dialogue choices is >4, make the value of yanchor -0.4
And my screens.rpy currently looks like this I need to know what the value of the number of choices is so that I can use it, but I wouldn't even know where to start... Any suggestions would be greatly appreciated. ^_^