diff options
author | Hal9OOO <miglietta.francesco@gmail.com> | 2013-04-10 23:10:19 +0200 |
---|---|---|
committer | Hal9OOO <miglietta.francesco@gmail.com> | 2013-04-10 23:10:19 +0200 |
commit | bb23ef06daaf8bcb56da18768466afe90915ef74 (patch) | |
tree | 3b48f0fb3f735b009b768de1d4eff531c458d922 /npc/000-2-1 | |
parent | e709e25c55ebc72d0ef19352b829604e6f1fcbae (diff) | |
download | serverdata-bb23ef06daaf8bcb56da18768466afe90915ef74.tar.gz serverdata-bb23ef06daaf8bcb56da18768466afe90915ef74.tar.bz2 serverdata-bb23ef06daaf8bcb56da18768466afe90915ef74.tar.xz serverdata-bb23ef06daaf8bcb56da18768466afe90915ef74.zip |
NPC dialogue revamp. Fix bug in 12 affected dialogues.
Diffstat (limited to 'npc/000-2-1')
-rw-r--r-- | npc/000-2-1/chest.txt | 4 | ||||
-rw-r--r-- | npc/000-2-1/devis.txt | 4 | ||||
-rw-r--r-- | npc/000-2-1/q'onan.txt | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/npc/000-2-1/chest.txt b/npc/000-2-1/chest.txt index fe615679..a6214373 100644 --- a/npc/000-2-1/chest.txt +++ b/npc/000-2-1/chest.txt @@ -30,7 +30,7 @@ l_Give: setq ShipQuests_Arpan, 2; getitem "CreasedShirt", 1; getitem "CreasedShorts", 1; - npctalk "You take the clothes from the chest."; + npctalk3 "You take the clothes from the chest."; goto l_Quit; OnTimer220: @@ -40,7 +40,7 @@ OnTimer220: end; l_Talk: - npctalk "You should talk to Magic Arpan first."; + npctalk3 "You should talk to Magic Arpan first."; close; diff --git a/npc/000-2-1/devis.txt b/npc/000-2-1/devis.txt index 06ed168d..6973735a 100644 --- a/npc/000-2-1/devis.txt +++ b/npc/000-2-1/devis.txt @@ -13,12 +13,12 @@ goto l_Grm; l_Zzz: - npctalk "Zzzzzzzzz"; + npctalk3 "Zzzzzzzzz"; close; l_Grm: - npctalk "Ggrmm... Grmmmm..."; + npctalk3 "Ggrmm... Grmmmm..."; close; } diff --git a/npc/000-2-1/q'onan.txt b/npc/000-2-1/q'onan.txt index e2baa8ea..8f5dbb03 100644 --- a/npc/000-2-1/q'onan.txt +++ b/npc/000-2-1/q'onan.txt @@ -15,7 +15,7 @@ l_Zzz: - npctalk "Zzzzzzzzz"; + npctalk3 "Zzzzzzzzz"; close; |