diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-11 10:00:37 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-11 10:00:37 -0200 |
commit | 8142b673599841dc94f083dfffa0d746b1ef63d1 (patch) | |
tree | 02d6c0ba215e95b9c3550091e279b3f339dfcba3 /npc/002-4 | |
parent | d2698dfcd1495dc8f1a3b46581b647a678c913ca (diff) | |
download | serverdata-8142b673599841dc94f083dfffa0d746b1ef63d1.tar.gz serverdata-8142b673599841dc94f083dfffa0d746b1ef63d1.tar.bz2 serverdata-8142b673599841dc94f083dfffa0d746b1ef63d1.tar.xz serverdata-8142b673599841dc94f083dfffa0d746b1ef63d1.zip |
Elmo doesn't list Candor tasks at Tulishmar anymore
Diffstat (limited to 'npc/002-4')
-rw-r--r-- | npc/002-4/elmo.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/npc/002-4/elmo.txt b/npc/002-4/elmo.txt index 8697781d4..cb742a3b1 100644 --- a/npc/002-4/elmo.txt +++ b/npc/002-4/elmo.txt @@ -9,10 +9,8 @@ 002-4,27,27,0 script Elmo NPC_ELMO,{ - if (LOCATION$ == "") - { - sailortalk; - } + if (LOCATION$ == "") sailortalk; + if (getq(General_Narrator) == 1) sailortalk; mesn; mes l("\"Hey, have you already got the money necessary for the travel?"); |