From b01d20d34077f805e51756ab199deaad7b796826 Mon Sep 17 00:00:00 2001 From: Edwin Date: Wed, 4 Oct 2017 10:20:18 -0400 Subject: add documentation for buildin_dressroom --- doc/script_commands.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'doc/script_commands.txt') 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 @@ -5621,6 +5621,23 @@ character. openauction(); end; +--------------------------------------- + +*dressroom({}) + +This command controls the dressing room for the attached player. If no +is passed, DRESSROOM_OPEN is used by default. + +Valid 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 -- cgit v1.2.3-70-g09d2