diff options
Diffstat (limited to 'npc/002-4/elmo.txt')
-rw-r--r-- | npc/002-4/elmo.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/002-4/elmo.txt b/npc/002-4/elmo.txt index 0ce832109..18350dd09 100644 --- a/npc/002-4/elmo.txt +++ b/npc/002-4/elmo.txt @@ -34,6 +34,11 @@ if (.@q < 3) mes l("- Some of our crew are missing. They're probably wasting their time at beach."); + // Vincent Quest + .@q=getq(CandorQuests_Vincent); + if (.@q < 2) + mes l("- I overheard rumors about a festival. Maybe someone needs help with their figurine?"); + close2; goodbye; end; // Just for good measure |