From f879678338c6440b90a221dd747d6d369495197a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 25 May 2018 12:39:37 -0300 Subject: setqtime helper --- npc/functions/main.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/npc/functions/main.txt b/npc/functions/main.txt index 9f820725b..f6ef53a44 100644 --- a/npc/functions/main.txt +++ b/npc/functions/main.txt @@ -31,6 +31,12 @@ function script setq3 { return; } +function script setqtime { + // Quest, val1 , val2 , val3 , time + setq getarg(0), getq(getarg(0)), getq2(getarg(0)), getq3(getarg(0)), getarg(1); + return; +} + function script mesn { if (getargcount() > 0) { -- cgit v1.2.3-60-g2f50