diff options
Diffstat (limited to 'world/map/npc/021-1/hideandseek.txt')
-rw-r--r-- | world/map/npc/021-1/hideandseek.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/world/map/npc/021-1/hideandseek.txt b/world/map/npc/021-1/hideandseek.txt index 2514dd12..5945c01c 100644 --- a/world/map/npc/021-1/hideandseek.txt +++ b/world/map/npc/021-1/hideandseek.txt @@ -24,7 +24,7 @@ OnInit: 021-1.gat,87,66,0|script|Ayasha|258, { - set $@child_number, 0; + set @child_number, 0; callfunc "XmasList"; set @state, ((QUEST_NorthTulimshar & $@hideandseekNT_MASK) >> $@hideandseekNT_SHIFT); @@ -87,7 +87,7 @@ L_Close: 021-1.gat,63,107,0|script|Latif|262, { - set $@child_number, 1; + set @child_number, 1; callfunc "XmasList"; set @state, ((QUEST_NorthTulimshar & $@hideandseekNT_MASK) >> $@hideandseekNT_SHIFT); @@ -144,7 +144,7 @@ L_Close: 021-1.gat,123,116,0|script|Charda|260, { - set $@child_number, 2; + set @child_number, 2; callfunc "XmasList"; set @state, ((QUEST_NorthTulimshar & $@hideandseekNT_MASK) >> $@hideandseekNT_SHIFT); @@ -198,7 +198,7 @@ L_Close: 021-1.gat,78,87,0|script|Faris|259, { - set $@child_number, 3; + set @child_number, 3; callfunc "XmasList"; set @state, ((QUEST_NorthTulimshar & $@hideandseekNT_MASK) >> $@hideandseekNT_SHIFT); @@ -248,7 +248,7 @@ L_Close: 021-1.gat,98,25,0|script|Rasin|263, { - set $@child_number, 4; + set @child_number, 4; callfunc "XmasList"; set @state, ((QUEST_NorthTulimshar & $@hideandseekNT_MASK) >> $@hideandseekNT_SHIFT); @@ -289,7 +289,7 @@ L_Close: 021-1.gat,155,25,0|script|Ghada|265, { - set $@child_number, 5; + set @child_number, 5; callfunc "XmasList"; set @state, ((QUEST_NorthTulimshar & $@hideandseekNT_MASK) >> $@hideandseekNT_SHIFT); |