Originally posted by mattbettiol
I need someone to tell me if this will work ?
self setPlayerData( "customClasses", 0, "name", "^2"+self.name+" 1" );
I would like to change that to
self setPlayerData( "HelloYOU", 0, "name", "^2"+self.name+" 1" );
Would that work ?
No, why would that work?
self setPlayerData( "customClasses", 0, "name", "Hello YOU" );
is the correct way, go research before posting things like this