diff options
Diffstat (limited to 'npc/functions/main.txt')
-rw-r--r-- | npc/functions/main.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt index 243ae383..2e92a97b 100644 --- a/npc/functions/main.txt +++ b/npc/functions/main.txt @@ -1,6 +1,7 @@ // Evol functions. // Authors: // 4144 +// Jesusalva // Travolta // Description: // Build in functions. @@ -42,6 +43,11 @@ function script col { return "##" + .@color + getarg(0) + "##0"; } +function script mesc { + mes(col(getarg(0),getarg(1,9))); + return; +} + function script adddefaultskills { if (getskilllv(NV_BASIC) < 6) { |