diff options
Diffstat (limited to 'npc/functions/quest-debug/007-ShipQuests_Door.txt')
-rw-r--r-- | npc/functions/quest-debug/007-ShipQuests_Door.txt | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/npc/functions/quest-debug/007-ShipQuests_Door.txt b/npc/functions/quest-debug/007-ShipQuests_Door.txt deleted file mode 100644 index 88aa00abe..000000000 --- a/npc/functions/quest-debug/007-ShipQuests_Door.txt +++ /dev/null @@ -1,25 +0,0 @@ -// Door quest debug -// Author: -// gumi - -function script QuestDebug7 { - do - { - clear; - setnpcdialogtitle l("Quest debug"); - mes "ShipQuests_Door"; - mes "---"; - mes l("Quest state: @@", getq(ShipQuests_Door)); - next; - - GenericQuestDebug ShipQuests_Door, - l("Does not have the quest"), 0, - l("Heard conversation"), 1; - - if (@menuret < 0) - { - return; - } - - } while (1); -} |