diff options
author | Alige <aligetmw@hotmail.fr> | 2013-07-10 09:48:57 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-07-10 09:52:41 +0200 |
commit | 88389c2cb20247d641417889d98fc7493d336463 (patch) | |
tree | dbf4fc99bcead42bd142a77e0915d83063037b42 /npc/000-2-1/chest.txt | |
parent | 0c6df6d490c4f0cfa027d5fe1a9998294b35bcb3 (diff) | |
download | serverdata-88389c2cb20247d641417889d98fc7493d336463.tar.gz serverdata-88389c2cb20247d641417889d98fc7493d336463.tar.bz2 serverdata-88389c2cb20247d641417889d98fc7493d336463.tar.xz serverdata-88389c2cb20247d641417889d98fc7493d336463.zip |
Updated npctalk strings and added an asleep script, doing basically the same thing as the goodbye script.
Diffstat (limited to 'npc/000-2-1/chest.txt')
-rw-r--r-- | npc/000-2-1/chest.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-2-1/chest.txt b/npc/000-2-1/chest.txt index bc57dcac..e409fa7d 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; - npctalk3 "You take the clothes from the chest."; + npctalk3 l("You take the clothes from the chest."); goto l_Quit; OnTimer220: @@ -40,7 +40,7 @@ OnTimer220: end; l_Talk: - npctalk3 "You should talk to Magic Arpan first."; + npctalk3 l("You should talk to Magic Arpan first."); close; |