diff options
Diffstat (limited to 'npc/functions/quest-debug/033-Artis_Legion_Progress.txt')
-rw-r--r-- | npc/functions/quest-debug/033-Artis_Legion_Progress.txt | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/npc/functions/quest-debug/033-Artis_Legion_Progress.txt b/npc/functions/quest-debug/033-Artis_Legion_Progress.txt deleted file mode 100644 index c4ea5558a..000000000 --- a/npc/functions/quest-debug/033-Artis_Legion_Progress.txt +++ /dev/null @@ -1,30 +0,0 @@ -// Mona quest debug -// Authors: -// gumi -// monwarez - -function script QuestDebug33 { - do - { - clear; - setnpcdialogtitle l("Quest debug"); - mes "Artis_Legion_Progress"; - mes "---"; - mes l("Quest state: @@", getq(Artis_Legion_Progress)); - next; - - GenericQuestDebug Artis_Legion_Progress, - l("Does not have the quest"), 0, - l("Sent to training"), 1, - l("Finished training"), 2, - l("Sent to battle"), 3, - l("Finished battle"), 4, - l("Sent to Q'Anon"), 5; - - if (@menuret < 0) - { - return; - } - - } while (1); -} |