Hi
EDIT: Solved
player.Name = tbInput1.Text;
Leddie.Text = String.Format("%s", player.Name);
--------------------------------------------------------------------------------------
I'm trying to put an inputted players name onto a label that displays.
A character Say /Display with inputted players name 0k it's just getting it to display onto a label.
Have tried:
Leddie.Text="%s";
And
Leddie.Text ="%s, player.Name";
help appreciated
cheers