summaryrefslogtreecommitdiff
path: root/server/scripts/evol_script_commands.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-17 18:46:49 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-17 18:46:49 -0300
commitec98eabcf5c7f115a73d5e85868e44905134f437 (patch)
treeb1747f362ddf16ec496937a76f59ba497588ca21 /server/scripts/evol_script_commands.txt
parent9c76295bc13d48c5bb22a48ef7f873ad5d9bfc02 (diff)
downloaddocs-ec98eabcf5c7f115a73d5e85868e44905134f437.tar.gz
docs-ec98eabcf5c7f115a73d5e85868e44905134f437.tar.bz2
docs-ec98eabcf5c7f115a73d5e85868e44905134f437.tar.xz
docs-ec98eabcf5c7f115a73d5e85868e44905134f437.zip
More info about setcells masks
Diffstat (limited to 'server/scripts/evol_script_commands.txt')
-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;