summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEmistry <Equinox1991@gmail.com>2014-02-23 05:26:25 +0800
committerEmistry <Equinox1991@gmail.com>2014-02-23 05:26:25 +0800
commit4109f855604a1782a04c2eba10229fb2e1efd2ab (patch)
tree7ba51ab815fd0d0dc057de59063536bc7e347eaa /doc
parentc2a395fc221ca8d990aacd8f9fd839999687cd2f (diff)
downloadhercules-4109f855604a1782a04c2eba10229fb2e1efd2ab.tar.gz
hercules-4109f855604a1782a04c2eba10229fb2e1efd2ab.tar.bz2
hercules-4109f855604a1782a04c2eba10229fb2e1efd2ab.tar.xz
hercules-4109f855604a1782a04c2eba10229fb2e1efd2ab.zip
Update script_commands.txt
Diffstat (limited to 'doc')
-rw-r--r--doc/script_commands.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index 6a48692e8..a4d079d5d 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -6852,10 +6852,11 @@ Example:
This command will send the message to the server console (map-server
window). It will not be displayed anywhere else.
-
+//
// Displays "NAME has clicked me!" in the map-server window.
debugmes strcharinfo(0)+" has clicked me!";
-
+
+ // debugmes "\033[38D\033[K ==Message== \n"; // enable colour code.
---------------------------------------
*logmes "<message>";