diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-01 03:20:32 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-01 03:20:32 -0200 |
commit | 11baec48375343ca87de3ee8c22cb0031cb0f649 (patch) | |
tree | dc9c81cf0ddde487dbd61cdaa4fd53bc44c98f7c /npc/002-3/elmo.txt | |
parent | 0cb2b1cf6d060095513a5726d5643fe46415e28d (diff) | |
download | serverdata-11baec48375343ca87de3ee8c22cb0031cb0f649.tar.gz serverdata-11baec48375343ca87de3ee8c22cb0031cb0f649.tar.bz2 serverdata-11baec48375343ca87de3ee8c22cb0031cb0f649.tar.xz serverdata-11baec48375343ca87de3ee8c22cb0031cb0f649.zip |
Elmo is reading a task schedule from the ship but ya can't see it
Diffstat (limited to 'npc/002-3/elmo.txt')
-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: |