diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/002-3/elmo.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/npc/002-3/elmo.txt b/npc/002-3/elmo.txt index 8388b65f9..20b00dfaf 100644 --- a/npc/002-3/elmo.txt +++ b/npc/002-3/elmo.txt @@ -10,11 +10,15 @@ if (getq(ShipQuests_Julia) < 3) goto L_NotYet; if (getq(CandorQuest_Sailors) == 2) goto L_Party; - if (LOCATION$ == "Candor") goto L_Candor; + if (LOCATION$ == "Candor" && rand(1,7) != 5) goto L_Candor; // TODO: NPC looking at task schedule and stuff + mesn; + if (rand(1,2) == 1) + mesq l("Ah, @@ seems to be behind the @@ schedule again...", any("Juliet", "Billy Bons", "Chef Gado", "Dan", "Devis", "Peter"), any(l("cleaning"), l("stocking"))); + else + mesq l("Uhm, @@ seems to have finished their scheduled tasks again... If they were so diligent in cleaning and stocking, though...", any("Nard", "Elmo", "Juliet", "Chef Gado", "Dan", "Peter")); - sailortalk; end; // double-sure L_NotYet: |