summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/scripts/evol_script_commands.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/server/scripts/evol_script_commands.txt b/server/scripts/evol_script_commands.txt
index f40f7f2..4036030 100644
--- a/server/scripts/evol_script_commands.txt
+++ b/server/scripts/evol_script_commands.txt
@@ -691,6 +691,15 @@ After it can be removed by this name.
Example:
setcells "test", 14, 11, 17, 11, 3, "wall1";
+Masks:
+0 - COLLISION_EMPTY
+1 - COLLISION_WALL
+2 - COLLISION_AIR
+3 - COLLISION_WATER
+4 - COLLISION_GROUNDTOP
+5 - COLLISION_PLAYER_WALL
+6 - COLLISION_MONSTER_WALL
+
---------------------------------------
*delcells wallName;