summaryrefslogtreecommitdiff
path: root/npc/000-2-1/savepoint.txt
blob: 2d30a20c4e909a2f834020803bc629bc2bff0e78 (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.
// Author:
//    Reid
// Description:
//    Saves locations in 000-2-1 map.

000-2-1.gat,40,37,0,2	script	#name	900;2,{

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

}

000-2-1.gat,46,37,0,2	script	#name	900;2,{

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

}
000-2-1.gat,50,38,0,2	script	#name	900;2,{

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

}

000-2-1.gat,55,40,0,2	script	#name	900;2,{

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

}