From 5d7c9eb8b6f3175d7eb5afe28eb85519d1d2cd2d Mon Sep 17 00:00:00 2001 From: gumi Date: Thu, 18 Aug 2016 18:45:01 -0400 Subject: last minute changes --- npc/functions/quest-debug/004-ShipQuests_Nard.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/functions/quest-debug/004-ShipQuests_Nard.txt') diff --git a/npc/functions/quest-debug/004-ShipQuests_Nard.txt b/npc/functions/quest-debug/004-ShipQuests_Nard.txt index 3431fd23..b8c8eed9 100644 --- a/npc/functions/quest-debug/004-ShipQuests_Nard.txt +++ b/npc/functions/quest-debug/004-ShipQuests_Nard.txt @@ -19,19 +19,19 @@ function script QuestDebug4 { GenericQuestDebug ShipQuests_Nard, l("Does not have the quest"), 0, l("Nard asks to help crew"), 1, - menuimage("actions/manage", l("Debug Gugli quest")), 32700, + menuimage("actions/manage", l("Debug Gugli quest")), -1, l("Completed Gugli's task"), 2, l("Nard asks to solve conflict"), 3, - menuimage("actions/manage", l("Debug Gado quest")), 32701, + menuimage("actions/manage", l("Debug Gado quest")), -2, l("Solved conflict"), 4, l("Official crew member"), 5, l("Talked to narrator"), 6; switch (@menuret) { - case 32700: callfunc "QuestDebug16"; break; - case 32701: callfunc "QuestDebug17"; break; - case 32766: return; + case -1: callfunc "QuestDebug16"; break; + case -2: callfunc "QuestDebug17"; break; + default: if (@menuret < 0) return; } } while (1); -- cgit v1.2.3-60-g2f50