// Evol functions. // Author: // Reid // Description: // Adds a new save point location. function script SavePoint { npctalk3 "Your position has been saved."; savepoint @map$, @x, @y; set @q, getcharid(3); misceffect 4, @q; }