diff options
author | Reid <reidyaro@gmail.com> | 2015-12-28 00:16:11 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-12-28 00:16:11 +0100 |
commit | f32a1e43d8b8f9577caa07d155834ba46383cad4 (patch) | |
tree | c5bd4baa31e7252000897b1e74920f2d0a996fe3 | |
parent | 47d6d6cec83e35a5c94cd76cfc1b9a8019d7d36b (diff) | |
download | serverdata-f32a1e43d8b8f9577caa07d155834ba46383cad4.tar.gz serverdata-f32a1e43d8b8f9577caa07d155834ba46383cad4.tar.bz2 serverdata-f32a1e43d8b8f9577caa07d155834ba46383cad4.tar.xz serverdata-f32a1e43d8b8f9577caa07d155834ba46383cad4.zip |
Add sailortalk script on ale.
-rw-r--r-- | npc/000-1/ale.txt | 7 |
1 files changed, 6 insertions, 1 deletions
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; |