diff options
author | Wushin <pasekei@gmail.com> | 2014-11-24 19:50:05 -0600 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2014-11-24 19:50:05 -0600 |
commit | 774ef969fa41dc0424d42c99f11f433049e2d502 (patch) | |
tree | e9fe494c1dad4cbb2d3fed0076168791f515e55c | |
parent | 9b9b66ab81001d407bd6514dc99f791d890e9ce9 (diff) | |
parent | d6706fbe9281e2e42e1efcbae71c722ea130b48c (diff) | |
download | serverdata-774ef969fa41dc0424d42c99f11f433049e2d502.tar.gz serverdata-774ef969fa41dc0424d42c99f11f433049e2d502.tar.bz2 serverdata-774ef969fa41dc0424d42c99f11f433049e2d502.tar.xz serverdata-774ef969fa41dc0424d42c99f11f433049e2d502.zip |
Merge pull request #219 from wushin/key-bindings-fix
Updates tutorial to use proper keybindings.
-rw-r--r-- | world/map/npc/042-2/sorfina.txt | 8 | ||||
-rw-r--r-- | world/map/npc/042-2/tanisha.txt | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/world/map/npc/042-2/sorfina.txt b/world/map/npc/042-2/sorfina.txt index 92e27f9a..839a5f65 100644 --- a/world/map/npc/042-2/sorfina.txt +++ b/world/map/npc/042-2/sorfina.txt @@ -69,8 +69,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, ###keyMoveDown; to move down, "; - mes " ###keyMoveLeft; to move left, ###keyMoveRight; to move right "; + 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 " or click on the place you want to go to.\""; set @tutorial_tmp, 1; callfunc "SetTutorialMask"; @@ -141,8 +141,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, ###keyMoveDown; to move down, "; - mes " ###keyMoveLeft; to move left, ###keyMoveRight; to move right "; + 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 " or click on the place you want to go to.\""; mes "This only works if that place is reachable and walkable.\""; goto L_Close; diff --git a/world/map/npc/042-2/tanisha.txt b/world/map/npc/042-2/tanisha.txt index aad93769..72d68d84 100644 --- a/world/map/npc/042-2/tanisha.txt +++ b/world/map/npc/042-2/tanisha.txt @@ -62,7 +62,7 @@ L_Fight_Again: mes "\"Ok, listen what to do."; mes "Equip a weapon and kill the maggots.\""; next; - mes "\"Press A 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.\""; |