summaryrefslogblamecommitdiff
path: root/npc/005-1/movetest.txt
blob: f69a20ab4d0f0d82aa7d4a9a0461b1c009e94cbf (plain) (tree)


























                                            
// Authors: Saulc


005-1,44,35,0	script	AyashaT	NPC_PLAYER,{

    legiontalk;

    close;

OnTimer1000:
    domovestep;

OnInit:
    initpath "move", 44, 35,
             "dir", TOP, 0,
             "wait", 2, 0,
             "move", 51, 81,
             "dir", DOWN, 0,
             "wait", 2, 0,""
             "Mmove", 50, 88,
             "dir", DOWN, 0,
             "wait", 2, 0;

    initialmove;
    initnpctimer;
    .distance = 5;
}