The KONG Posted May 30, 2004 Share Posted May 30, 2004 I'm looking for a way to change my name with a toggle button. i've got a script written... set changename1 "name NAME; set changename vstr changename2" set changename2 "name NAME is AFK; set changename vstr changename1" set changename vstr changename1 bind n vstr changename It works but beecause of the spaces in the name it doesn't work properly. The name stays the same. Anyone know away to get around this without using characters like- or _? Link to comment Share on other sites More sharing options...
Amidala from Chop Shop Posted June 1, 2004 Share Posted June 1, 2004 Put an additional pair of quotation marks around your name, i.e. set changename2 "name "NAME is AFK"; set changename vstr changename1" Link to comment Share on other sites More sharing options...
The KONG Posted June 3, 2004 Author Share Posted June 3, 2004 Thanks for the suggestion but I've tried that and it doesn't work. Link to comment Share on other sites More sharing options...
The KONG Posted June 4, 2004 Author Share Posted June 4, 2004 When it gets to a space it cuts off the name. The script works every way i've tried except can't get it to use spaces. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.