From 59439f8884fb516b242497adf7099a0aae2d5450 Mon Sep 17 00:00:00 2001 From: mekolat Date: Wed, 20 Apr 2016 11:41:59 -0400 Subject: use the new `camera` builtin for sorfina --- world/map/npc/029-2/sorfina.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'world/map/npc/029-2') diff --git a/world/map/npc/029-2/sorfina.txt b/world/map/npc/029-2/sorfina.txt index 5d3f0b00..7c6a589f 100644 --- a/world/map/npc/029-2/sorfina.txt +++ b/world/map/npc/029-2/sorfina.txt @@ -86,10 +86,10 @@ L_Carpet: mes "[Sorfina]"; mes "\"Try to take a few steps and walk to that carpet over there."; next; - npcaction 2, "#Carpet"; + camera "#Carpet"; mapmask getmask() | 4; next; - npcaction 3; + camera; 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.\""; @@ -100,12 +100,12 @@ L_Dresser: mes "[Sorfina]"; mes "\"You should get dressed now.\""; next; - npcaction 2, "Dresser#tutorial"; + camera "Dresser#tutorial"; mapmask getmask() | 32; 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.\""; next; - npcaction 3; + camera; mes "\"Now get the clothes out of the dresser.\""; goto L_Close; @@ -313,12 +313,12 @@ OnTouch: mes "[Sorfina]"; mes "\"You should get dressed now.\""; next; - npcaction 2, "Dresser#tutorial"; + camera "Dresser#tutorial"; mapmask getmask() | 16; 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 N to focus and T to talk/activate.\""; next; - npcaction 3; + camera; mes "\"Now get the clothes out of the dresser.\""; set QL_BEGIN, 2; close; -- cgit v1.2.3-60-g2f50