diff options
Diffstat (limited to 'npc/functions/quest-debug/008-ShipQuests_Couwan.txt')
-rw-r--r-- | npc/functions/quest-debug/008-ShipQuests_Couwan.txt | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/npc/functions/quest-debug/008-ShipQuests_Couwan.txt b/npc/functions/quest-debug/008-ShipQuests_Couwan.txt deleted file mode 100644 index 3df0cdbf0..000000000 --- a/npc/functions/quest-debug/008-ShipQuests_Couwan.txt +++ /dev/null @@ -1,26 +0,0 @@ -// Couwan quest debug -// Author: -// gumi - -function script QuestDebug8 { - do - { - clear; - setnpcdialogtitle l("Quest debug"); - mes "ShipQuests_Couwan"; - mes "---"; - mes l("Quest state: @@", getq(ShipQuests_Couwan)); - next; - - GenericQuestDebug ShipQuests_Couwan, - l("Does not have the quest"), 0, - l("Couwan asks to deliver box"), 1, - l("Delivered box, got reward"), 2; - - if (@menuret < 0) - { - return; - } - - } while (1); -} |