Text variables?
in
Programming Questions
•
2 years ago
hello, i was working on a simple battle simulator for an rpg. i know it's possible to use variables in text such as introducing a variable for score, then saying text(score,42,42). but is it possible to say something like "your current score is ____" and then put the variable into the blank, then keep writing after that? with the way i am doing it now, i will have "your current score is" and then in a seperate text (score), and then in another line, some other dialouge. is what i ask possible or just a fantasy?
1