diff options
author | wushin <pasekei@gmail.com> | 2015-01-29 17:22:11 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2015-01-30 17:45:17 -0600 |
commit | ff730ea859a4a350d3052935f827852238bc10ec (patch) | |
tree | 1395921a3c2b9daa871495ab07eb0e89d429ee40 /world/map/npc/029-2/sorfina.txt | |
parent | fe8d009bbd05a8d856a33d149cf7647facf448a8 (diff) | |
download | serverdata-ff730ea859a4a350d3052935f827852238bc10ec.tar.gz serverdata-ff730ea859a4a350d3052935f827852238bc10ec.tar.bz2 serverdata-ff730ea859a4a350d3052935f827852238bc10ec.tar.xz serverdata-ff730ea859a4a350d3052935f827852238bc10ec.zip |
Format the double key display better
Diffstat (limited to 'world/map/npc/029-2/sorfina.txt')
-rw-r--r-- | world/map/npc/029-2/sorfina.txt | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/world/map/npc/029-2/sorfina.txt b/world/map/npc/029-2/sorfina.txt index 671835f1..4f55ef76 100644 --- a/world/map/npc/029-2/sorfina.txt +++ b/world/map/npc/029-2/sorfina.txt @@ -57,8 +57,8 @@ L_Tut: L_Carpet: mes "[Sorfina]"; mes "\"Try to take a few steps and walk to that carpet over there."; - mes "Just use the ###keyMoveUp; to move up, press ###keyMoveDown; to move down, "; - mes "press ###keyMoveLeft; to move left, press ###keyMoveRight; to move right "; + mes "Press [###keyMoveUp;] to move up, press [###keyMoveDown;] to move down, "; + mes "press [###keyMoveLeft;] to move left, press [###keyMoveRight;] to move right "; mes " or click on the place you want to go to.\""; set @tutorial_tmp, 1; callfunc "SetTutorialMask"; @@ -67,15 +67,15 @@ L_Carpet: L_Dresser: mes "[Sorfina]"; mes "\"In that dresser there are some clothes you can wear.\""; - mes "\"To interact with things in your environment or talk to NPCs you can either click on it or press ###keyTargetNPC; to focus and ###keyTalk; to talk/activate.\""; + mes "\"To interact with things in your environment or talk to NPCs you can either click on it or press [###keyTargetNPC;] to focus and [###keyTalk;] to talk/activate.\""; mes "\"Now get the clothes out of the dresser.\""; goto L_Close; L_Naked: mes "[Sorfina]"; - mes "\"Press ###keyWindowInventory; or click on the Inventory button in the bar at the upper right corner to open your bag.\""; + mes "\"Press [###keyWindowInventory;] or click on the Inventory button in the bar at the upper right corner to open your bag.\""; mes "\"Once we stop talking, double-click on the clothes to equip.\""; - mes "\"Talk to me again after you get dressed. You can either click on me, or press ###keyTargetNPC; to focus on me and ###keyTalk; to talk.\""; + mes "\"Talk to me again after you get dressed. You can either click on me, or press [###keyTargetNPC;] to focus on me and [###keyTalk;] to talk.\""; goto L_Close; L_Clothes: @@ -136,8 +136,8 @@ L_Explain: L_Walk: mes "[Sorfina]"; mes "\"You can use the arrow keys to walk around."; - mes "Just use the ###keyMoveUp; to move up, press ###keyMoveDown; to move down, "; - mes "press ###keyMoveLeft; to move left, press ###keyMoveRight; to move right "; + mes "Press [###keyMoveUp;] to move up, press [###keyMoveDown;] to move down, "; + mes "press [###keyMoveLeft;] to move left, press [###keyMoveRight;] to move right "; mes " or click on the place you want to go to.\""; mes "This only works if that place is reachable and walkable.\""; goto L_Close; @@ -145,16 +145,16 @@ L_Walk: L_Talk: mes "[Sorfina]"; mes "\"If you want to talk to a normal person, you can click at him or her."; - mes "Or you can press ###keyTargetNPC; to focus on the nearest person and then press ###keyTalk; to talk.\""; + mes "Or you can press [###keyTargetNPC;] to focus on the nearest person and then press [###keyTalk;] to talk.\""; next; - mes "\"If you want to talk to other adventurers, press ###keyChat; to open your chat window."; + mes "\"If you want to talk to other adventurers, press [###keyChat;] to open your chat window."; mes "Then type your message and press Enter to send.\""; next; mes "\"You may want to talk privately to another adventurer sometimes. In that case you can whisper."; - mes "After pressing ###keyChat; type '/whisper [name] [message]'."; + mes "After pressing [###keyChat;] type '/whisper [name] [message]'."; mes "Or you can right click on someone and choose the whisper option.\""; next; - mes "\"Press ###keyWindowChat; to show and hide your chat window.\""; + mes "\"Press [###keyWindowChat;] to show and hide your chat window.\""; goto L_Close; L_Items: @@ -173,7 +173,7 @@ L_Items: mes "\"Your HitchHikers Towel will return you to your last set soul menhir or here if not set.\""; mes "\"It can't be used constantly as the magic needs time to power the jump.\""; next; - mes "\"Press ###keyWindowInventory; to open your inventory."; + mes "\"Press [###keyWindowInventory;] to open your inventory."; mes "When placing your cursor over an item there, you can see a box with some information about that item.\""; next; mes "\"To use or equip an item, select it by double-clicking on it."; @@ -182,7 +182,7 @@ L_Items: L_Shortcut: mes "[Sorfina]"; - mes "\"Press ###keyWindowShortcut; or click the Shortcut button in the bar at the upper right to open your shortcut window.\""; + mes "\"Press [###keyWindowShortcut;] or click the Shortcut button in the bar at the upper right to open your shortcut window.\""; next; mes "\"You can select the item you want to put on a shortcut with your mouse and then click on the position in the shortcut window you want to place it.\""; next; |