summaryrefslogblamecommitdiff
path: root/npc/000-2-1/savepoint.txt
blob: c671c7166f175f11fd683e4b2961ec0b23e0820f (plain) (tree)
1
2
3
4
5
6
7
8



                
                                    
 

                                             



                             


          




























                                             
// 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;

}