summaryrefslogtreecommitdiff
path: root/npc/functions/main.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-05-25 12:39:37 -0300
committerJesusaves <cpntb1@ymail.com>2018-05-25 12:39:37 -0300
commitf879678338c6440b90a221dd747d6d369495197a (patch)
tree8d609cec4bff981c27c908e6d8d3ca34f424b6ec /npc/functions/main.txt
parentb6bb37a8553885797c31e28953145ef8bd0f171a (diff)
downloadserverdata-f879678338c6440b90a221dd747d6d369495197a.tar.gz
serverdata-f879678338c6440b90a221dd747d6d369495197a.tar.bz2
serverdata-f879678338c6440b90a221dd747d6d369495197a.tar.xz
serverdata-f879678338c6440b90a221dd747d6d369495197a.zip
setqtime helper
Diffstat (limited to 'npc/functions/main.txt')
-rw-r--r--npc/functions/main.txt6
1 files changed, 6 insertions, 0 deletions
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)
{