I'm working with a sprite font, and an instance variable called "Name" for a sprite called "Item".
I want the text to read: You got [Item.Name]. This way if the name of the Item is set to "a ball", the text will read "You got a ball."
I'm been fiddling with this for 20 minutes. If I write: You got Item.Name , Construct will come back with a syntax error. I put Item.Name in parentheses, quotes, nothing is working. What should I do?