#"Score: " + variable. How do I do this?
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
As the title says, I want to have it show both the score: text and the actual score variable. I tried using draw_text_transformed(60, 33, "Score: " + score, 1.5, 1.5, 0); but it didn't work. I even tried making the "Score: " + score a variable but that didn't work either.
I'm lost