Page 1 of 1

I'm back!... and I have questions.

Posted: November 14th, 2009, 10:36 am
by Mama's Boy
I've just been able to get sandbox working again! :D
I'm trying to put a script in my game that will let me change my character name with a guifield, but it says that I can't change it because it's "built in". Any ideas on how I can fix this?

Re: I'm back!... and I have questions.

Posted: November 14th, 2009, 11:43 am
by Hirato
name is a command

Code: Select all

//invalid
name = $blah

//valid
name $blah