diff options
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) { |