diff options
author | Reid <reidyaro@gmail.com> | 2012-07-07 00:49:42 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-07-07 00:49:42 +0200 |
commit | ac9015b182a6a68bc7f1d38ac2e1f9feba1b2ea0 (patch) | |
tree | 6e0f1af89e8e441e01bd307282a2652a11c0ade4 | |
parent | 5233372f600d46b55fdf9c22502938c58e90451e (diff) | |
download | clientdata-ac9015b182a6a68bc7f1d38ac2e1f9feba1b2ea0.tar.gz clientdata-ac9015b182a6a68bc7f1d38ac2e1f9feba1b2ea0.tar.bz2 clientdata-ac9015b182a6a68bc7f1d38ac2e1f9feba1b2ea0.tar.xz clientdata-ac9015b182a6a68bc7f1d38ac2e1f9feba1b2ea0.zip |
Add message function on chest indoor script.
-rw-r--r-- | npc/000-2-1/chest.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/000-2-1/chest.txt b/npc/000-2-1/chest.txt index 18e2ad96..f823bfce 100644 --- a/npc/000-2-1/chest.txt +++ b/npc/000-2-1/chest.txt @@ -24,6 +24,7 @@ l_Give: seta2 ShipQuests, ShipQuests_Arpan, 2; getitem "WornShirt", 1; getitem "WornShorts", 1; + message strcharinfo(0), l("You have recuperates the clothes from the chest."); close; l_Close: |