Ok, if I have a string, and I want to do showtext, say I have:
NPC Code:
showtext health,60,20,courier,r,STR;
How do I get it to show the value of STR instead of actually just printing "STR"
>.>
edit: Nevermind, I found it. I just replaced STR with: #v(STR)
