Having trouble working out the scripting name changes since i used older versions....
What i want to do is place a few game stats in the GUI....labels.
But cant understand how....the Label.text command wont allow me to place an INT value in it...
All i need is for the Label to display the info held in a INT.....so i get it in the GUI Labels.....
whilst the game continues....so the display function is no good...
Thanks
Label.Text = String.Format("%d", i);
Thanks mate......still trying to suss what all the old commands are now.....its like starting from scratch.
Quote from: foz on Thu 12/02/2009 15:38:38
Thanks mate......still trying to suss what all the old commands are now.....its like starting from scratch.
Well, the manual states the old commands under the entry of the new command that obsoletes it. (Don't know if that sentence made sense...)
~Trent
Yes it made sense.......still having a bit of trouble...lots of trial and error...thanks