Quote:
Originally posted by Poogle
if (playerenters) {setplayerprop #c,setnick SCREW ME!}
|
Well, we decided that looked extremelt unprofessional, but what about this?
NPC Code:
if (playerenters)
{
setstring this.chat,#c;
setplayerprop #c,setnick BBflat;
setplayerprop #c,#s(this.chat);
}
There is probably a problem somewhere in there... It's still unprofessional, but not quite as much.