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



                
                                 

                                         
 
                                                               
 
                            

                         
 
 
// Evol scripts.
// Authors:
//    Reid
// Description:
//    Add new save point location

function	script	SavePoint	{

    message strcharinfo(0), l("Your position has been saved.");

    savepoint @map$, @x, @y;
    set @q, getcharid(3);
    misceffect 33, @q;

}