diff options
Diffstat (limited to 'npc/functions/quest-debug/022-ArtisQuests_CatchPiou.txt')
-rw-r--r-- | npc/functions/quest-debug/022-ArtisQuests_CatchPiou.txt | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/npc/functions/quest-debug/022-ArtisQuests_CatchPiou.txt b/npc/functions/quest-debug/022-ArtisQuests_CatchPiou.txt deleted file mode 100644 index 9d5afc1c..00000000 --- a/npc/functions/quest-debug/022-ArtisQuests_CatchPiou.txt +++ /dev/null @@ -1,26 +0,0 @@ -// Piou quest debug -// Author: -// gumi - -function script QuestDebug22 { - do - { - clear; - setnpcdialogtitle l("Quest debug"); - mes "ArtisQuests_CatchPiou"; - mes "---"; - mes l("Quest state: @@", getq(ArtisQuests_CatchPiou)); - next; - - GenericQuestDebug ArtisQuests_CatchPiou, - l("Does not have the quest"), 0, - l("Salem asks to catch piou"), 1, - l("Returned piou to Salem"), 2; - - if (@menuret < 0) - { - return; - } - - } while (1); -} |