From 83ee8848915963be1650f8c4aa708d03e7a9c5d5 Mon Sep 17 00:00:00 2001 From: Jeric Date: Thu, 13 Mar 2014 15:34:38 +0800 Subject: [PATCH] Update script_commands.txt Improved explanation for OnWhisperGlobal and included the reference in the docs. --- doc/script_commands.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 9da17125f4..2c6cfd8694 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= rAthena Dev Team //===== Last Updated: ======================================== -//= 20140301 +//= 20140313 //===== Description: ========================================= //= A reference manual for the rAthena scripting language. //= Commands are sorted depending on their functionality. @@ -977,7 +977,10 @@ OnWhisperGlobal: This special label triggers when a player whispers the NPC by its name and would execute all the scripts under this event label. This is similar to the 'donpcevent' and 'goto' command but can only be trigged manually by whispering. +It can accept up to ten parameters, which will be stored into separate temporary +character string variables. +See the sample in 'doc/whisper_sys.txt'. Only the special labels which are not associated with any script command are listed here. There are other kinds of labels which may be triggered in a similar