summaryrefslogtreecommitdiff
path: root/npc/005-1/underground.txt
blob: ba721aaa6cb314a84e9bc623abc4d2f1bbaf3887 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// TMW2 Script
// Author:
//    Crazyfefe
//    Jesusalva

005-1,66,62,0	script	Magic Barrier	NPC_HIDDEN,0,0,{
    end;

OnTouch:
    warp "006-0", 49, 53;
    end;
}