diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-12 17:41:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-12 17:41:54 -0300 |
commit | 80709c1702bfd1463bd991ef35e01912d49f8437 (patch) | |
tree | 9175fb1c8c0bf3ba307b28bf8488f24cde2d5ccc /npc/002-4/elmo.txt | |
parent | 3b76ce7d81f15b856e84a7626c7bb0f44adccd06 (diff) | |
download | serverdata-80709c1702bfd1463bd991ef35e01912d49f8437.tar.gz serverdata-80709c1702bfd1463bd991ef35e01912d49f8437.tar.bz2 serverdata-80709c1702bfd1463bd991ef35e01912d49f8437.tar.xz serverdata-80709c1702bfd1463bd991ef35e01912d49f8437.zip |
Elmo now reports quests in ship too, but as a single if statement
Diffstat (limited to 'npc/002-4/elmo.txt')
-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 |