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

               
                                     
 
                                               
 
                             
               

                         


          
 
                                               

                             
               




                         
                                               

                             
               





                         
                                               

                             
               



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

}