From 9631772d97faea6017a2e50143c7158a0a140db9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 28 Jul 2020 21:37:09 -0300 Subject: Deprecate savepoint particle --- npc/functions/savepoint.txt | 42 ++---------------------------------------- 1 file changed, 2 insertions(+), 40 deletions(-) (limited to 'npc') diff --git a/npc/functions/savepoint.txt b/npc/functions/savepoint.txt index 8b0f3ce0f..90c190c32 100644 --- a/npc/functions/savepoint.txt +++ b/npc/functions/savepoint.txt @@ -1,44 +1,6 @@ -// Evol functions. -// Authors: -// gumi -// Reid -// Description: -// Adds a new save point location. -// Usage: -// savepointparticle; -// savepointparticle NO_INN; -// savepointparticle map, x, y; -// Description: -// Save location with arguments: -// getarg(0) map name, -// getarg(1) x's value, -// getarg(2) y's value. +// Deprecated function script savepointparticle { - - if (gettimetick(2) - @lastSave < 5) - return; - - .@mapname$ = getarg(0, ""); - .@mapx = getarg(1, -1); - .@mapy = getarg(2, -1); - .@i = 3; - - if (.@mapy < 1) - { - .@npc$ = strnpcinfo(0); - .@mapname$ = getvariableofnpc(.map$, .@npc$); - .@mapx = getvariableofnpc(.x, .@npc$); - .@mapy = getvariableofnpc(.y, .@npc$); - .@i = 0; - } - - message strcharinfo(0), l("Your position has been saved."); - - if (GSET_SOULMENHIR_MANUAL) - savepoint .@mapname$, .@mapx, .@mapy; - specialeffect(4, SELF, getcharid(3)); - @lastSave = gettimetick(2); - + debugmes "[ERROR] Usage of savepointparticle() is deprecated."; return; } -- cgit v1.2.3-60-g2f50