diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-17 18:46:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-17 18:46:49 -0300 |
commit | ec98eabcf5c7f115a73d5e85868e44905134f437 (patch) | |
tree | b1747f362ddf16ec496937a76f59ba497588ca21 /server/scripts/evol_script_commands.txt | |
parent | 9c76295bc13d48c5bb22a48ef7f873ad5d9bfc02 (diff) | |
download | docs-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.txt | 9 |
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; |