summaryrefslogtreecommitdiff
path: root/npc/005-1/warpcandorbattle.txt
blob: 6fb86ffe5864ac1e7f270c3fdee19e359ce33746 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Author:
//    Crazyfefe

005-1,59,52,0	script	Magic Barrier	NPC_HIDDEN,0,0,{

OnTouch:
    if(BaseLevel >= 40)
        warp "005-1", 59, 66;
    else
    npctalk l("You don't have the level require for pass this door,");
}