diff options
author | Reid Yaro <reidyaro@gmail.com> | 2013-04-26 00:38:12 +0100 |
---|---|---|
committer | Reid Yaro <reidyaro@gmail.com> | 2013-05-20 02:51:09 +0100 |
commit | 820af9ca75d36d0a3238e2cfce319482e0414bef (patch) | |
tree | 639597e9edbe568a17546c297a2053716d80f073 /npc | |
parent | 5c83b062ff47e2253a9b6fc99d04ea263e09878f (diff) | |
download | serverdata-820af9ca75d36d0a3238e2cfce319482e0414bef.tar.gz serverdata-820af9ca75d36d0a3238e2cfce319482e0414bef.tar.bz2 serverdata-820af9ca75d36d0a3238e2cfce319482e0414bef.tar.xz serverdata-820af9ca75d36d0a3238e2cfce319482e0414bef.zip |
Add 3 missing next on arpan script. (Narrator part.)
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/arpan.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt index 0116c8ac..5b719ef8 100644 --- a/npc/000-2-1/arpan.txt +++ b/npc/000-2-1/arpan.txt @@ -110,7 +110,9 @@ 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 remove 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; |