Making Certain Strings Invisible
I have a bank system for my game and each slot is an active with a string over it to display quantity. There is an event that runs to check the quantity which is initially stored as an alterable value of the actives and then sets that number to the string to allow the user to view the quantity. However, I want the strings to be invisible if they are "0" because its useless to have them there when there is no item there.
But no matter what I try, either no strings go invisible or all of them become invisible even if they contain text =/= "0"
Any suggestions?
Thanks guys.