View Single Post
  #16  
Old 11-28-2001, 08:57 AM
SkooL SkooL is offline
somebody to love
Join Date: Jun 2001
Location: bat country.
Posts: 3,446
SkooL is on a distinguished road
Send a message via AIM to SkooL
Re: Mr Moo Cow

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.
__________________
the sky is falling
Reply With Quote