View Single Post
  #3  
Old 08-13-2001, 06:50 AM
General General is offline
Banned
Join Date: Apr 2001
Location: Station Square
Posts: 984
General is on a distinguished road
Send a message via ICQ to General Send a message via AIM to General Send a message via Yahoo to General
maybe when you click the command it gives a longer description
and then uses that command in an example

For Example:

message text; - Shows a text message above an NPC, like the chat functions for players.

if (playertouchsme) {
message Hello #n!;
}
Reply With Quote