ok. say i have 2 dynamic boxes one named “experience” and the other “lvl”. how would i make it so that when experience is greater or equal to 1000, lvl goes + 1 i tried this but it doesn’t seem to work. Any suggestions?
You want the text inside lvl to increase? You’ll have to convert the string to a number, add one, then convert it back to text and output that as lvl.text =