summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server/scripts/evol_script_commands.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/server/scripts/evol_script_commands.txt b/server/scripts/evol_script_commands.txt
index 108147c..5d5a6c9 100644
--- a/server/scripts/evol_script_commands.txt
+++ b/server/scripts/evol_script_commands.txt
@@ -918,3 +918,14 @@ Example:
---------------------------------------
+*slide x, y;
+
+Moves a player within the same map.
+If warping players on a map where they already are, you should always prefer
+slide over warp, as warp makes the client reload and re-render the whole map
+while slide just tells the client to reposition the character.
+
+Example:
+ slide 25, 194;
+
+---------------------------------------