summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAsheraf <Asheraf@users.noreply.github.com>2017-10-05 19:42:48 +0100
committerGitHub <noreply@github.com>2017-10-05 19:42:48 +0100
commit143f49f515c25f64af2c1b986dca07de24eb73c1 (patch)
treef12a9bc7afe12207b401c4a241d93bdcfc536338 /doc
parent5b95508aa6da3ceeb2990791a9e85d8102ec364d (diff)
parentb01d20d34077f805e51756ab199deaad7b796826 (diff)
downloadhercules-143f49f515c25f64af2c1b986dca07de24eb73c1.tar.gz
hercules-143f49f515c25f64af2c1b986dca07de24eb73c1.tar.bz2
hercules-143f49f515c25f64af2c1b986dca07de24eb73c1.tar.xz
hercules-143f49f515c25f64af2c1b986dca07de24eb73c1.zip
Merge pull request #1850 from MuzTank/issue-1624
Added dressroom script commands to open/close Dress Room window closes #1624
Diffstat (limited to 'doc')
-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
//=====================================