From 78aa4db5d8f99b8aa2f433b5d7ed4aa90f40fa5f Mon Sep 17 00:00:00 2001 From: wushin Date: Wed, 5 Nov 2014 11:18:36 -0600 Subject: NPCs on 042-* fixed --- world/map/npc/042-1/tutorial.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'world/map/npc/042-1/tutorial.txt') diff --git a/world/map/npc/042-1/tutorial.txt b/world/map/npc/042-1/tutorial.txt index d51c30be..bed98436 100644 --- a/world/map/npc/042-1/tutorial.txt +++ b/world/map/npc/042-1/tutorial.txt @@ -1,7 +1,7 @@ // This file is part of the Tutorial // Author: Jenalya // if you enter the tutorial area from outside, it is set to be already done --|script|#TutorialConfig|-1, +-|script|#TutorialConfig|-1 { end; @@ -12,20 +12,20 @@ OnInit: set $@SpokeToKaan, (1 << 31); end; } -function|script|TutorialState|, +function|script|TutorialState { callfunc "ClearVariables"; set @tutorial, ((STARTAREA & NIBBLE_0_MASK) >> NIBBLE_0_SHIFT); set @kaan_talked, (STARTAREA & $@SpokeToKaan); return; } -function|script|SetTutorialMask|, +function|script|SetTutorialMask { set STARTAREA, (STARTAREA & ~(NIBBLE_0_MASK) | (@tutorial_tmp << NIBBLE_0_SHIFT)); set @tutorial_tmp, 0; return; } -042-2.gat,21,26,0|script|TutDebug|154, +042-2.gat,21,26,0|script|TutDebug|154 { mes "[TutDebug]"; mes "Reset?"; -- cgit v1.2.3-70-g09d2