summaryrefslogblamecommitdiff
path: root/npc/006-3/grotto.txt
blob: d7ff87b3532c480654a3cf5d487c585201fa963e (plain) (tree)
1
2
3
4
5
6




                                                         
                                                  








                   
                                                                


        

                                                                                              

        
// TMW2 Script
// Author:
//    Jesusalva

006-3,41,36,0	script	Sign#0063PI	NPC_SWORDS_SIGN,{
    mesc l("To the brave, shan't be your grave.");
    close;

OnInit:
    .sex = G_OTHER;
    .distance = 3;
    end;
}

// Effective warp
006-3,40,35,0	script	Magic Barrier#Bug63	NPC_HIDDEN,0,0,{
    end;

OnTouch:
    warp "006-5", 49, 53;
    //dispbottom l("This area is not yet ready. Please use the portal to the right instead.");
    end;
}