From f32a1e43d8b8f9577caa07d155834ba46383cad4 Mon Sep 17 00:00:00 2001 From: Reid Date: Mon, 28 Dec 2015 00:16:11 +0100 Subject: Add sailortalk script on ale. --- npc/000-1/ale.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/npc/000-1/ale.txt b/npc/000-1/ale.txt index b8c18458..e960c116 100644 --- a/npc/000-1/ale.txt +++ b/npc/000-1/ale.txt @@ -7,6 +7,11 @@ // Aquada box. 000-1,55,23,0 script Ale NPC_DEMON_MAN_SITTING,{ + if (getq(getq(General_Narrator))) + { + sailortalk; + } + .@g = getq(ShipQuests_Gugli); if (.@g == 0) goto L_NoTask; @@ -48,7 +53,7 @@ L_CallFunc: menu rif(getq(ShipQuests_Gugli) > 1, l("Task is done.")), L_TaskDone, rif(getq(ShipQuests_Ale) == 1 && (getq(ShipQuests_Astapolos) == 0 || getq(ShipQuests_Gulukan) == 0 || getq(ShipQuests_Jalad) == 0 || getq(ShipQuests_QMuller) == 0 || getq(ShipQuests_Tibbo) == 0), l("I'm still busy, I need to find the other sailors.")), -, - l("What's that?"), L_Plushroom; + l("What's that purple thing?"), L_Plushroom; mes ""; mesn; -- cgit v1.2.3-70-g09d2