From 11baec48375343ca87de3ee8c22cb0031cb0f649 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 1 Jan 2019 03:20:32 -0200 Subject: Elmo is reading a task schedule from the ship but ya can't see it --- npc/002-3/elmo.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'npc') 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: -- cgit v1.2.3-60-g2f50