diff options
Diffstat (limited to 'npc/functions/savepoint.txt')
-rw-r--r-- | npc/functions/savepoint.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/savepoint.txt b/npc/functions/savepoint.txt index 1957ef813..f224fd55b 100644 --- a/npc/functions/savepoint.txt +++ b/npc/functions/savepoint.txt @@ -9,7 +9,7 @@ // getarg(1) x's value, // getarg(2) y's value. -function script savepoint { +function script savepointparticle { message strcharinfo(0), "Your position has been saved."; savepoint getarg(0), getarg(1), getarg(2); |