summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r--doc/script_commands.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index ffd70d3d8..f76176b52 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -6181,5 +6181,14 @@ Example:
---------------------------------------
+*setwall "<map name>",<x>,<y>,<size>,<dir>,<shootable>,"<name>";
+*delwall "<name>";
+
+Creates an invisible wall, an array of "setcell" starting from x,y and doing a
+line of the given size in the given direction. The difference with setcell is
+this one update client part too to avoid the glith problem.
+
+---------------------------------------
+
Whew.
That's about all of them.