Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: rechronicle on May 31, 2019, 12:07:00 PM

Title: Append with Set UI Text/TMP?
Post by: rechronicle on May 31, 2019, 12:07:00 PM
Hello,

is it possible to just append a text on Set Text UI?

For example:
I have UI with the text 'Your Score:', and I just want to add an integer variable at the end of the text. So it looks like this: 'Your Score: 9999'
How to do it?

Thank you!
Title: Re: Append with Set UI Text/TMP?
Post by: Thore on June 03, 2019, 05:52:13 AM
With actions like build string, where you first put together the string from different parts, then feed it to the UI.
Title: Re: Append with Set UI Text/TMP?
Post by: rechronicle on June 03, 2019, 08:12:53 AM
Wow, so there is an action for that. Didn't realize it was there until now.
Thanks for pointing it out!