From 06aafc9a2a8213040aa33cc2c2a819d1be6f874b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 23 Jun 2018 11:08:04 -0300 Subject: Break every imaginable pipeline. I'm waiting it to fail. --- npc/functions/main.txt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'npc/functions/main.txt') 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 : -- cgit v1.2.3-70-g09d2