I’m trying to add a live readout for debugging something and probably things like item pickup messages later on in an fs game I’m working on. how can I insert a variable’s value into rich text? currently my code looks like this :
curShot is the variable I’m trying to show, but it’s just showing the variable name, not the value
I think those are all valid solutions. I don’t usually have to deal with concatenation and stuff so I’m a little rusty. I ended up using the % one because it seemed the most editable. thanks