diff options
author | Hal9000 <miglietta.francesco@gmail.com> | 2013-03-06 19:39:58 +0100 |
---|---|---|
committer | Hal9000 <miglietta.francesco@gmail.com> | 2013-03-06 19:39:58 +0100 |
commit | dae27a43dd80cb2c810ec175c8c22bf7ace93afd (patch) | |
tree | 7de1271c1212f33927881f89538643e7d314313d /npc | |
parent | d6c593f805ae6d70fbfe11707937bdc218dba58f (diff) | |
download | clientdata-dae27a43dd80cb2c810ec175c8c22bf7ace93afd.tar.gz clientdata-dae27a43dd80cb2c810ec175c8c22bf7ace93afd.tar.bz2 clientdata-dae27a43dd80cb2c810ec175c8c22bf7ace93afd.tar.xz clientdata-dae27a43dd80cb2c810ec175c8c22bf7ace93afd.zip |
NPC dialogue revamp. Chest script reviewed.
Diffstat (limited to 'npc')
-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 a9d6f229..fe615679 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; - message strcharinfo(0), l("You take the clothes from the chest."); + npctalk "You take the clothes from the chest."; goto l_Quit; OnTimer220: @@ -40,7 +40,7 @@ OnTimer220: end; l_Talk: - message strcharinfo(0), l("You should talk to Magic Arpan first."); + npctalk "You should talk to Magic Arpan first."; close; |