#"Score: " + variable. How do I do this?

1 messages · Page 1 of 1 (latest)

wintry rivet
#

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

tranquil lintel
#

"Score: " + string(score)
$"Score: {score}"
pick your poison

#

check which event you're using (only draw in draw events)
check if the object has the visible checkmark on