summaryrefslogblamecommitdiff
path: root/npc/014-4/slide.txt
blob: 6345e7a80745d63a30de2b3eabdb35eb6ee28cbb (plain) (tree)



















                                                        
// TMW2 scripts.
// Authors:
//    Jesusalva
// Description:
//    Allows movement sliding though the bridge on 014-4

014-4,58,51,0	script	#014-4_58_51	NPC_HIDDEN,0,0,{
    end;
OnTouch:
    slide "014-4", 51, 51;
    end;
}

014-4,52,51,0	script	#014-4_52_51	NPC_HIDDEN,0,0,{
    end;
OnTouch:
    slide "014-4", 59, 51;
    end;
}