I have a small issue. I have a pulldown item, with 5 different values, what works fine. I want the label to display text when a value from the pulldown is selected. Each value has a different text, but ingame only the starting value of the label shows up.
Is it possible to update a label's text or do I have to find another solution?
Current trigger setup:
Pulldown_difficulty is the pulldown item,
label_difficulty is the label.
Easy text, normal text and so on are text variables with the text in them. (they have been initialized with values)
0
Ah thank you, looked over that property.
This was just a quick thing to test something, i'm going to optimize this now.
0
Hi
I have a small issue. I have a pulldown item, with 5 different values, what works fine. I want the label to display text when a value from the pulldown is selected. Each value has a different text, but ingame only the starting value of the label shows up. Is it possible to update a label's text or do I have to find another solution?
Current trigger setup: Pulldown_difficulty is the pulldown item, label_difficulty is the label. Easy text, normal text and so on are text variables with the text in them. (they have been initialized with values)
Thank you -MarineShadow