Page 1 of 1

Displaying Values in game?

Posted: Fri Jun 28, 2024 4:38 am
by tonicmole
I have my values set up, but now I want to be able to display the value totals as in game messages but haven't had any luck doing it. Any tips? (I know how to post in game messages, just not with changing values being displayed)

Re: Displaying Values in game?

Posted: Fri Jun 28, 2024 10:11 am
by chimneyfish
Put the value in brackets {}, starting with the character's name, then a :, then the variable name. For example, {Amy:CountThis}

Re: Displaying Values in game?

Posted: Fri Jun 28, 2024 4:37 pm
by tonicmole
chimneyfish wrote: Fri Jun 28, 2024 10:11 am Put the value in brackets {}, starting with the character's name, then a :, then the variable name. For example, {Amy:CountThis}
Ah ha!! Thank you so much! I figured out that if the count is zero, the game won't recognize the command. Also, my values were broken. Anyways, I got it to work! Again, thank you for the assist!