You would probably have to use "Convert Integer to String", concatenate your strings, and then "Convert String to Text".
Just click on your text parameter, under actions go to "string" and click on "combine strings", then in the first half write in "Your current exp is: " with that space then in the second string parameter go to "conversion" under action and click "convert integer to text" click on the number parameter and put in your exp variable.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I have a button and I was wondering if I could show, in the tooltip, the content of a certain variable?
Exemple: plyExp = 200
How would I go for a tooltip that would say: "Your experience is: 200"
You would probably have to use "Convert Integer to String", concatenate your strings, and then "Convert String to Text".
Just click on your text parameter, under actions go to "string" and click on "combine strings", then in the first half write in "Your current exp is: " with that space then in the second string parameter go to "conversion" under action and click "convert integer to text" click on the number parameter and put in your exp variable.