summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/script_commands.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index 8566fbf9c..6d9213b5e 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -6087,5 +6087,23 @@ server and the egg will disappear when anyone tries to hatch it.
---------------------------------------
+*openmail;
+
+This will open a character's Mail window on the client connected to the
+invoking character.
+
+ mes "Close this window to open your mail inbox.";
+ close2;
+ openmail;
+ end;
+
+---------------------------------------
+
+*homshuffle
+
+This will recalculate the homunculus stats acording to its level, of the
+current invoking character.
+
+---------------------------------------
Whew.
That's about all of them.