diff options
Diffstat (limited to 'npc/002-3/elmo.txt')
-rw-r--r-- | npc/002-3/elmo.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/002-3/elmo.txt b/npc/002-3/elmo.txt index 72c70cfab..ee27b912e 100644 --- a/npc/002-3/elmo.txt +++ b/npc/002-3/elmo.txt @@ -10,6 +10,10 @@ function ExpBoost; showavatar NPC_ELMO; // this is handled by avatars.xml + // Core functions + if (BaseLevel < 15) + ExpBoost(); + if (getq(ShipQuests_Julia) < 3) goto L_NotYet; if (getq(CandorQuest_Sailors) == 2) goto L_Party; if (LOCATION$ == "Candor" && rand(1,7) != 5) goto L_Candor; @@ -30,8 +34,6 @@ L_NotYet: close; L_Candor: - if (BaseLevel < 15) - ExpBoost(); mesn; if (getq(General_Narrator) < 1) mes l("\"Hey, have you already got the money necessary for the travel?"); if (getq(General_Narrator) < 1) mes l("If you haven't, maybe there are a few things you can do besides selling items.\""); |