diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-04-10 13:45:15 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-04-10 13:45:15 -0600 |
commit | fe8e89d1057143b492cd7fc2e65d8365c5cfb4a0 (patch) | |
tree | 012e221bd299cf44a7004669842516d5d55e27fa /npc | |
parent | 10e53234668cdef50e8e28372741c947c05716b1 (diff) | |
download | serverdata-fe8e89d1057143b492cd7fc2e65d8365c5cfb4a0.tar.gz serverdata-fe8e89d1057143b492cd7fc2e65d8365c5cfb4a0.tar.bz2 serverdata-fe8e89d1057143b492cd7fc2e65d8365c5cfb4a0.tar.xz serverdata-fe8e89d1057143b492cd7fc2e65d8365c5cfb4a0.zip |
Return from the clear variables function
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/clear_vars.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/clear_vars.txt b/npc/functions/clear_vars.txt index 32016c70..706c5cd8 100644 --- a/npc/functions/clear_vars.txt +++ b/npc/functions/clear_vars.txt @@ -57,4 +57,5 @@ function script ClearVariables { set QUEST_xmas08_state, 0; + return; } |