summaryrefslogblamecommitdiff
path: root/npc/006-0/piouisle.txt
blob: 9426c73cabe0b6fa3a2b3ed4c2b765544c1071bd (plain) (tree)
1
2
3
4



               










                                                              







                                                                
// TMW2 Script
// Author:
//    Jesusalva

006-0,41,36,0	script	Sign#0060PI	NPC_SWORDS_SIGN,{
    mesc l("To the lovely cuteness; Unwavering helpfulness.");
    close;

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

// Effective warp
006-0,66,62,0	script	Magic Barrier#Pi	NPC_HIDDEN,0,0,{
    end;

OnTouch:
    //warp "006-2", 49, 53;
    dispbottom l("Please use the warp to the right");
    end;
}