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 6aeafc6f8..2795fe1b7 100644 --- a/npc/002-4/elmo.txt +++ b/npc/002-4/elmo.txt @@ -42,6 +42,11 @@ if (.@q < 2) mes l("- I overheard rumors about a festival. Maybe someone needs help with their figurine?"); + // Valon Quest + .@q=getq(CandorQuest_Trainer); + if (.@q < 12) + mes l("- Inside the big house is someone who can train you. All experience is handy!"); + close2; goodbye; end; // Just for good measure |