summaryrefslogtreecommitdiff
path: root/npc/000-2-1/savepoint.txt
blob: 35c88fb350d02d70b0a22e975276631c936b3350 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Evol scripts.
// Authors:
//    Reid
// Description:
//    Save location in 000-2-1 map.

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

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

}