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

000-2-1.gat,40,37,0,2	script	#name	901;2,{
    callfunc "SavePoint", "000-2-1.gat", 40, 37;
    close;
}

000-2-1.gat,46,37,0,2	script	#name	901;2,{
    callfunc "SavePoint", "000-2-1.gat", 46, 37;
    close;
}

000-2-1.gat,50,38,0,2	script	#name	901;2,{
    callfunc "SavePoint", "000-2-1.gat", 50, 38;
    close;
}

000-2-1.gat,55,40,0,2	script	#name	901;2,{
    callfunc "SavePoint", "000-2-1.gat", 55, 40;
    close;
}