From 4b98edcff75b086cf9d99aa17efb0556d16f5913 Mon Sep 17 00:00:00 2001 From: wushin Date: Wed, 5 Nov 2014 11:09:31 -0600 Subject: NPCs on 010-* fixed --- world/map/npc/010-2/band.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'world/map/npc/010-2/band.txt') diff --git a/world/map/npc/010-2/band.txt b/world/map/npc/010-2/band.txt index d0783d8d..ab0074f3 100644 --- a/world/map/npc/010-2/band.txt +++ b/world/map/npc/010-2/band.txt @@ -1,22 +1,22 @@ // dimonds band -010-2.gat,40,35,0|script|Phil|157, +010-2.gat,40,35,0|script|Phil|157 { callfunc "DimondBand"; end; } -010-2.gat,40,37,0|script|Jerry|160, +010-2.gat,40,37,0|script|Jerry|160 { callfunc "DimondBand"; end; } -010-2.gat,42,36,0|script|Robert|162, +010-2.gat,42,36,0|script|Robert|162 { callfunc "DimondBand"; end; } -function|script|DimondBand|, +function|script|DimondBand { npctalk $@SongLyrics$[$@LyricSpot]; set $@LyricSpot, ($@LyricSpot + 1); @@ -27,7 +27,7 @@ function|script|DimondBand|, L_Return: return; } --|script|#BandConfig|-1, +-|script|#BandConfig|-1 { end; -- cgit v1.2.3-70-g09d2