summaryrefslogtreecommitdiff
path: root/npc/001-1/carmie.txt
blob: 02d0dfdc0415db3eab6e8272801547de0c738b9d (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
// Evol scripts.
// Author:
//    Reid
// Description:
//    Carmie, walking NPC of the legion of Aemil on the center part of Artis.

001-1,86,66,0	script	Carmie#001-1	NPC_RAIJIN_FEMALE_LEGION_ARTIS,{
    npctalk3 l("I'm a little busy right now; not in the mood to chat.");
    close;

OnTimer1000:
    domovestep;

OnInit:
    initpath "move", 89, 68,
             "move", 89, 77,
             "move", 84, 81,
             "dir", LEFT, 0,
             "wait", 2, 0,
             "dir", DOWN, 0,
             "wait", 1, 0,
             "dir", RIGHT, 0,
             "wait", 1, 0,
             "move", 89, 85,
             "dir", LEFT, 0,
             "wait", 1, 0,
             "dir", DOWN, 0,
             "dir", RIGHT, 0,
             "wait", 1, 0,
             "move", 94, 81,
             "dir", RIGHT, 0,
             "wait", 2, 0,
             "dir", DOWN, 0,
             "wait", 1, 0,
             "dir", LEFT, 0,
             "wait", 1, 0,
             "move", 89, 76,
             "move", 89, 68,
             "dir", LEFT, 0,
             "wait", 2, 0,
             "dir", DOWN, 0,
             "wait", 4, 0,
             "dir", RIGHT, 0,
             "wait", 2, 0,
             "move", 92, 66,
             "dir", RIGHT, 0,
             "wait", 2, 0,
             "dir", DOWN, 0,
             "wait", 1, 0,
             "dir", LEFT, 0,
             "wait", 1, 0,
             "move", 86, 66,
             "dir", LEFT, 0,
             "wait", 2, 0,
             "dir", DOWN, 0,
             "wait", 1, 0,
             "dir", RIGHT, 0,
             "wait", 1, 0;

    initialmove;
    initnpctimer;
}