
08-13-2001, 06:50 AM
|
|
Banned
|
Join Date: Apr 2001
Location: Station Square
Posts: 984
|
|
|
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!;
} |
|
|
|