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/tanisha.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/tanisha.txt')
-rw-r--r-- | world/map/npc/029-2/tanisha.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/world/map/npc/029-2/tanisha.txt b/world/map/npc/029-2/tanisha.txt index b45b5d06..92ffccaf 100644 --- a/world/map/npc/029-2/tanisha.txt +++ b/world/map/npc/029-2/tanisha.txt @@ -58,14 +58,14 @@ L_Fight_Again: mes "[Tanisha]"; mes "\"Ok, listen what to do."; mes "Equip a weapon and kill the maggots.\""; - mes "\"Press ###keyTargetMonster; to focus on a monster. With ###keyTargetAttack; you can focus and start attacking the same time."; + mes "\"Press [###keyTargetMonster;] to focus on a monster. With [###keyTargetAttack;] you can focus and start attacking the same time."; mes "But it also works to click on the monster with your mouse.\""; next; - mes "\"If you press the ###keyTarget;, you can abort your attack.\""; + mes "\"If you press the [###keyTarget;], you can abort your attack.\""; next; mes "\"Maggots aren't aggressive, so they won't harm you until you attack them first. Take them out one by one.\""; next; - mes "\"Sometimes dead monsters leave some useful things. You can pick them up by pressing ###keyPickup; or clicking on the items with your mouse.\""; + mes "\"Sometimes dead monsters leave some useful things. You can pick them up by pressing [###keyPickup;] or clicking on the items with your mouse.\""; close2; // The getitem must be in the same place as set @tutorial, 2; // since it was moved to after L_Fight_Again, add it conditionally @@ -101,7 +101,7 @@ L_Stats: mes "\"That was great! Like a professional exterminator!\""; mes "\"And it seems you became stronger and more experienced."; mes "That means you got some status points which you can use to increase your abilities.\""; - mes "\"Press ###keyWindowStatus; or click the Status button in the bar at the upper right to see your status window. There you can distribute your points on six different properties.\""; + mes "\"Press [###keyWindowStatus;] or click the Status button in the bar at the upper right to see your status window. There you can distribute your points on six different properties.\""; next; goto L_StatsRe; @@ -150,14 +150,14 @@ L_Explain: L_Fight: mes "[Tanisha]"; - mes "\"Press ###keyTargetMonster; to focus on a monster. With ###keyTargetAttack; you can focus and attack."; + mes "\"Press [###keyTargetMonster;] to focus on a monster. With [###keyTargetAttack;] you can focus and attack."; mes "But it also works to click on the monster with your mouse.\""; next; - mes "\"If you press the ###keyTarget; button, you can abort your attack.\""; + mes "\"If you press the [###keyTarget;] button, you can abort your attack.\""; next; - mes "\"Sometimes dead monsters leave some useful things. You can pick them up with pressing ###keyPickup; or clicking on the items with your mouse.\""; + mes "\"Sometimes dead monsters leave some useful things. You can pick them up with pressing [###keyPickup;] or clicking on the items with your mouse.\""; next; - mes "\"If you feel exhausted from battle you can sit down by pressing ###keyBeingSit; to recover faster.\""; + mes "\"If you feel exhausted from battle you can sit down by pressing [###keyBeingSit;] to recover faster.\""; goto L_Close; L_Mob: |