diff options
-rw-r--r-- | npc/002-4/elmo.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/002-4/elmo.txt b/npc/002-4/elmo.txt index 4c661ea6e..2068b2880 100644 --- a/npc/002-4/elmo.txt +++ b/npc/002-4/elmo.txt @@ -55,6 +55,13 @@ if (.@q < 2) mes l("- I overheard rumors about a festival. Maybe someone needs help with their figurine?"); + // Ship Quests + .@q1=getq(ShipQuests_Dan); + .@q2=getq(ShipQuests_ChefGado); + .@q3=getq(ShipQuests_Peter); + if (.@q1 < 3 || .@q2 < 2 || .@q3 != 5) + mes l("- Some sailors within this ship may need your help: Chef Gado, Dan, Peter... help them all and collect rewards!"); + close2; goodbye; end; // Just for good measure |