summaryrefslogblamecommitdiff
path: root/npc/005-1/movetest.txt
blob: 21868c2d97f17e99702ff5e1799de24fe6197cb5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                            
                             

                            
                              

                             
                              




                          
 
// 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;
}