summaryrefslogtreecommitdiff
path: root/npc/005-1/movetest.txt
blob: 21868c2d97f17e99702ff5e1799de24fe6197cb5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// 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;
}