Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started 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!
-
With actions like build string, where you first put together the string from different parts, then feed it to the UI.
-
Wow, so there is an action for that. Didn't realize it was there until now.
Thanks for pointing it out!