summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
authorEdwin <edwin@yohanesedwin.com>2017-10-04 10:20:18 -0400
committergumi <mekolat@users.noreply.github.com>2017-10-04 10:20:18 -0400
commitb01d20d34077f805e51756ab199deaad7b796826 (patch)
treef12a9bc7afe12207b401c4a241d93bdcfc536338 /doc/script_commands.txt
parent66071dcd663152ad9d6cf2cd8985fcbfc3eddd6e (diff)
downloadhercules-b01d20d34077f805e51756ab199deaad7b796826.tar.gz
hercules-b01d20d34077f805e51756ab199deaad7b796826.tar.bz2
hercules-b01d20d34077f805e51756ab199deaad7b796826.tar.xz
hercules-b01d20d34077f805e51756ab199deaad7b796826.zip
add documentation for buildin_dressroom
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r--doc/script_commands.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index c9bdce7c5..331bed1c7 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -5622,6 +5622,23 @@ character.
end;
---------------------------------------
+
+*dressroom({<mode>})
+
+This command controls the dressing room for the attached player. If no <mode>
+is passed, DRESSROOM_OPEN is used by default.
+
+Valid <mode> for dressroom() are:
+ DRESSROOM_OPEN opens the dressing room window
+ DRESSROOM_CLOSE closes the dressing room window
+
+Example:
+ mes("Close this window to open the Dress Room window.");
+ close2();
+ dressroom(DRESSROOM_OPEN);
+ end;
+
+---------------------------------------
//=====================================
4.2 - Guild-Related Commands
//=====================================