// Evol functions. // Author: // Reid // Description: // Adds a 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 4, @q; }