From 80709c1702bfd1463bd991ef35e01912d49f8437 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 12 Mar 2018 17:41:54 -0300 Subject: Elmo now reports quests in ship too, but as a single if statement --- npc/002-4/elmo.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'npc/002-4') 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 -- cgit v1.2.3-60-g2f50