diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-25 12:39:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-25 12:39:37 -0300 |
commit | f879678338c6440b90a221dd747d6d369495197a (patch) | |
tree | 8d609cec4bff981c27c908e6d8d3ca34f424b6ec /npc/functions | |
parent | b6bb37a8553885797c31e28953145ef8bd0f171a (diff) | |
download | serverdata-f879678338c6440b90a221dd747d6d369495197a.tar.gz serverdata-f879678338c6440b90a221dd747d6d369495197a.tar.bz2 serverdata-f879678338c6440b90a221dd747d6d369495197a.tar.xz serverdata-f879678338c6440b90a221dd747d6d369495197a.zip |
setqtime helper
Diffstat (limited to 'npc/functions')
-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 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) { |