From d37cae61dfa402cddb21b8e14e6a89810f770395 Mon Sep 17 00:00:00 2001 From: mekolat Date: Mon, 20 Jun 2016 16:58:46 -0400 Subject: add documentation for command setfakecells --- server/scripts/evol_script_commands.txt | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'server') diff --git a/server/scripts/evol_script_commands.txt b/server/scripts/evol_script_commands.txt index 33698a5..e59aed0 100644 --- a/server/scripts/evol_script_commands.txt +++ b/server/scripts/evol_script_commands.txt @@ -657,7 +657,7 @@ Example: --------------------------------------- -*checknpccell +*checknpccell Check given cell in map for flag for attached npc. Most time it used for check is this cell walkable for npc or not. @@ -846,3 +846,17 @@ Example: htput(.@ht_id, .@key$, .@oldval + .@oldval); // concatenate each value with itself } htidelete(.@it) + +--------------------------------------- + +*setfakecells x1, y1 [, x2, y2 ], mask + +Send fake collision data to the client. Sets the cells of square +area 'x1', 'y1' [, 'x2', 'y2'] to BlockType 'mask'. Only exists client-side. +For real collision, use the setcells & delcells commands. + +Example: + setfakecells 25, 45, 29, 50, 1; // block + setfakecells 25, 45, 29, 50, 0; // allow + +--------------------------------------- -- cgit v1.2.3-70-g09d2