diff options
author | Alige <aligetmw@hotmail.fr> | 2013-02-03 22:54:31 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-02-03 22:54:31 +0400 |
commit | 719f56430eff85af567bce970068e70c9f9ea654 (patch) | |
tree | 79da08c449fec303036b1f5bb38b601383480bd2 | |
parent | f02ac237c65314ac85272dd00c2f978acca54ef7 (diff) | |
download | serverdata-719f56430eff85af567bce970068e70c9f9ea654.tar.gz serverdata-719f56430eff85af567bce970068e70c9f9ea654.tar.bz2 serverdata-719f56430eff85af567bce970068e70c9f9ea654.tar.xz serverdata-719f56430eff85af567bce970068e70c9f9ea654.zip |
Fixed bug in arpan's script.
-rw-r--r-- | npc/000-2-1/arpan.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt index 387f18fc..bea64ed0 100644 --- a/npc/000-2-1/arpan.txt +++ b/npc/000-2-1/arpan.txt @@ -115,9 +115,7 @@ OnClothNotTaken: OnEquip: mesn "Narrator"; mes col(l("To open your inventory, use the F3 key or use your mouse to select it in the above menu in your client."), 9); - next; mes col(l("When your inventory is open, you can equip an item by selecting it and clicking 'Equip'. You can do the same to unequip an item by clicking on 'Unequip'."), 9); - next; mes col(l("Items have different effects. Some will heal you, some can be used as weapons or armor, and some can be sold for gold."), 9); close; |