Skip to content

Commit

Permalink
use the new camera builtin for sorfina
Browse files Browse the repository at this point in the history
  • Loading branch information
mekolat committed Apr 20, 2016
1 parent b54eb40 commit 59439f8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions world/map/npc/029-2/sorfina.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.\"";
Expand All @@ -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;

Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 59439f8

Please sign in to comment.