summaryrefslogtreecommitdiff
path: root/npc/005-1/movetest.txt
blob: dcec64459451f5d105dd6200f9894ccadd4b6502 (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", 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;
}