summaryrefslogtreecommitdiff
path: root/npc/033-1/backDoor.txt
blob: 46c5d955b1aa2ee75bd1f2750b783c6943b7ba50 (plain) (blame)
1
2
3
4
5
6
7
8
9
033-1,86,28,0	script	#KimarrBackDoor	NPC45,0,0,{
    if ($@Fluffy_Hunting == 0)
        goto L_Warp;
    end;

L_Warp:
    warp "033-1", 77, 30;
    end;
}