summaryrefslogtreecommitdiff
path: root/npc/005-1/warpcandorbattle.txt
blob: c79830276b6bf5abe235b9aa94fdaee1e3a35bba (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 required level to pass this door.");
}