diff options
author | mekolat <mekolat@users.noreply.github.com> | 2015-05-21 19:16:39 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2015-06-26 16:42:16 -0400 |
commit | 3d853f1c8e21667bbe6959d6aca2f28f145b7af0 (patch) | |
tree | 089870958ca5e7a10f0f53a2700544a396850d7f /world/map/npc/029-2/tanisha.txt | |
parent | 9c42e7f35fc15a8424742593c09282aaeeec69a9 (diff) | |
download | serverdata-3d853f1c8e21667bbe6959d6aca2f28f145b7af0.tar.gz serverdata-3d853f1c8e21667bbe6959d6aca2f28f145b7af0.tar.bz2 serverdata-3d853f1c8e21667bbe6959d6aca2f28f145b7af0.tar.xz serverdata-3d853f1c8e21667bbe6959d6aca2f28f145b7af0.zip |
npc actions & map mask in tutorial
Diffstat (limited to 'world/map/npc/029-2/tanisha.txt')
-rw-r--r-- | world/map/npc/029-2/tanisha.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/world/map/npc/029-2/tanisha.txt b/world/map/npc/029-2/tanisha.txt index 012f93ff..d69195a5 100644 --- a/world/map/npc/029-2/tanisha.txt +++ b/world/map/npc/029-2/tanisha.txt @@ -95,6 +95,7 @@ L_Stats: 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.\""; + mapmask getmask() | 2; next; goto L_StatsRe; @@ -279,6 +280,7 @@ OnTouch: goto L_Block; L_Warp: + mapmask getmask(); warp "029-1", 32, 100; end; |