I’m working on my game and I have it so that when you kill some monsters, they will give you gold which I keep track of with “the number of increases with” action and I’m trying to display it on the interface but I don’t know how, Could someone help me and tell me how to do that? That would be super helpful, thanks!
Currently, there isn’t something that will display an exact number of tokens. Go vote for it on the Trello if you want to see it implemented – it’s called Variables! Right now, you could use a lot of if-else statements to tell the hero how much gold they have, but it would take a very long time and is generally clunky.