diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-22 21:48:12 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-22 21:48:12 -0300 |
commit | 90f5a5b4d45114c3aaafa7ffb039802ada2d6d26 (patch) | |
tree | b2a112976e74aaaebe7b4866794ff451c7aec855 /npc/functions/quest-debug/026-General_Rumly.txt | |
parent | a0712e6473747b5e63b9a717989282d984d176af (diff) | |
download | serverdata-90f5a5b4d45114c3aaafa7ffb039802ada2d6d26.tar.gz serverdata-90f5a5b4d45114c3aaafa7ffb039802ada2d6d26.tar.bz2 serverdata-90f5a5b4d45114c3aaafa7ffb039802ada2d6d26.tar.xz serverdata-90f5a5b4d45114c3aaafa7ffb039802ada2d6d26.zip |
Remove quest debug to make quest db cleanup
Diffstat (limited to 'npc/functions/quest-debug/026-General_Rumly.txt')
-rw-r--r-- | npc/functions/quest-debug/026-General_Rumly.txt | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/npc/functions/quest-debug/026-General_Rumly.txt b/npc/functions/quest-debug/026-General_Rumly.txt deleted file mode 100644 index c533c27a0..000000000 --- a/npc/functions/quest-debug/026-General_Rumly.txt +++ /dev/null @@ -1,27 +0,0 @@ -// Rumly quest debug -// Author: -// gumi - -function script QuestDebug26 { - do - { - clear; - setnpcdialogtitle l("Quest debug"); - mes "General_Rumly"; - mes "---"; - mes l("Quest state: @@", getq(General_Rumly)); - next; - - GenericQuestDebug General_Rumly, - l("Does not have the quest"), 0, - l("Rumly needs your help"), 1, - l("Rumly wants @@", l("Plushroom")), 2, - l("Gave @@ to Rumly", l("Plushroom")), 3; - - if (@menuret < 0) - { - return; - } - - } while (1); -} |