// Authors: Saulc


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

    legiontalk;

    close;

OnTimer1000:
    domovestep;

OnInit:
    initpath "move", 44, 35,
             "dir", UP, 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;
}