Quote:
Originally posted by Jerom
uh What?
|
You type a something in the chat box, and if it is a command, the chat text of your character is reset.
NPC Code:
NPC Code:
if (playerchats&&strequals(#c,enter car)
{
setplayerprop #c, ;
Vroom();
}
If you typed "enter car," you wouldn't actually see "enter car" above your character as chat text.