summaryrefslogtreecommitdiff
path: root/npc/000-2-1/savepoint.txt
blob: c671c7166f175f11fd683e4b2961ec0b23e0820f (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
// Evol scripts.
// Authors:
//    Reid
// Description:
//    Save locations in 000-2-1 map.

000-2-1.gat,30,37,0,2	script	#name	999,{

    set @map$, "000-2-1.gat";
    set @x, 30;
    set @y, 37;
    callfunc "SavePoint";
    close;

}

000-2-1.gat,36,37,0,2	script	#name	999,{

    set @map$, "000-2-1.gat";
    set @x, 36;
    set @y, 37;
    callfunc "SavePoint";
    close;

}
000-2-1.gat,40,38,0,2	script	#name	999,{

    set @map$, "000-2-1.gat";
    set @x, 40;
    set @y, 38;
    callfunc "SavePoint";
    close;

}

000-2-1.gat,45,40,0,2	script	#name	999,{

    set @map$, "000-2-1.gat";
    set @x, 45;
    set @y, 40;
    callfunc "SavePoint";
    close;

}