summaryrefslogtreecommitdiff
path: root/npc/002-4
diff options
context:
space:
mode:
Diffstat (limited to 'npc/002-4')
-rw-r--r--npc/002-4/elmo.txt18
1 files changed, 13 insertions, 5 deletions
diff --git a/npc/002-4/elmo.txt b/npc/002-4/elmo.txt
index a789489af..4c661ea6e 100644
--- a/npc/002-4/elmo.txt
+++ b/npc/002-4/elmo.txt
@@ -20,6 +20,19 @@
mes "";
+ // Valon Quest
+ .@q=getq(CandorQuest_Trainer);
+ if (.@q < 1) {
+ mes col("##BFirst and foremost, you should talk to Trainer, inside the big house.##b", 1);
+ mes l("Besides being able to train you, he is a walking encyclopedia - Ask him anything you are unsure about!");
+ next;
+ mes l("To find him, just leave the ship and turn left. You should also touch the Soul Menhir when you leave this ship.");
+ mes l("The Soul Menhir will attach your soul, so when you die, you'll appear where you last touched it.");
+ close;
+ } else if (.@q < 12) {
+ mes l("- Inside the big house is someone who can train you. All experience is handy!");
+ }
+
// Barrel Quest
.@q=getq(CandorQuest_Barrel);
if (.@q < 4)
@@ -42,11 +55,6 @@
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