diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-23 11:08:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-23 11:08:04 -0300 |
commit | 06aafc9a2a8213040aa33cc2c2a819d1be6f874b (patch) | |
tree | fcd4f364ed6506339ef5437c633f36e9fc9a184f /npc/functions/main.txt | |
parent | f2fe58ad450eaaf07824eff20739557a0485636d (diff) | |
download | serverdata-06aafc9a2a8213040aa33cc2c2a819d1be6f874b.tar.gz serverdata-06aafc9a2a8213040aa33cc2c2a819d1be6f874b.tar.bz2 serverdata-06aafc9a2a8213040aa33cc2c2a819d1be6f874b.tar.xz serverdata-06aafc9a2a8213040aa33cc2c2a819d1be6f874b.zip |
Break every imaginable pipeline. I'm waiting it to fail.
Diffstat (limited to 'npc/functions/main.txt')
-rw-r--r-- | npc/functions/main.txt | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt index e4bda0d1a..1a074e6b8 100644 --- a/npc/functions/main.txt +++ b/npc/functions/main.txt @@ -69,8 +69,7 @@ function script col { } function script adddefaultskills { - if (getskilllv(NV_BASIC) < 6) - { + if (getskilllv(NV_BASIC) < 6) { skill NV_BASIC, 6, 0; } return; @@ -81,6 +80,16 @@ function script addremovemapmask { return; } +function script mescol { + mes col(getarg(0),getarg(1)); + return; +} + +function script mesc { + mes col(getarg(0),9); + return; +} + // Function to show narrator text. Accepts string args. // If first arg is a number N, then it represents bit flags. // Bit flags : |