Greetings,
I have this line,
lPlayerInfoHP.Text = String.Format("-Health: %d/20", citizens[0].hp);
I'd like the "20" to be another variable (citizens[0].hpcore)
I'm looking at the manual and seeing that it's possible to have as many variables as you like in one line but after playing around for a bit I can't figure it out.
Thanks in advance for any help.