summaryrefslogblamecommitdiff
path: root/npc/000-2-1/savepoint.txt
blob: f2175126cf0eb68df35d9318345d59af139a5a77 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                   
// Evol scripts.
// Authors:
//    Reid
// Description:
//    Save location in 000-2-1 map.

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

}