Browse Source

Merge pull request #56 from sandbox-ra/patch-3

Follow-up 6bd5616: Update script_commands.txt
Euphy 11 years ago
parent
commit
e0324852d7
1 changed files with 4 additions and 1 deletions
  1. 4 1
      doc/script_commands.txt

+ 4 - 1
doc/script_commands.txt

@@ -3,7 +3,7 @@
 //===== By: ==================================================
 //===== By: ==================================================
 //= rAthena Dev Team
 //= rAthena Dev Team
 //===== Last Updated: ========================================
 //===== Last Updated: ========================================
-//= 20140301
+//= 20140313
 //===== Description: =========================================
 //===== Description: =========================================
 //= A reference manual for the rAthena scripting language.
 //= A reference manual for the rAthena scripting language.
 //= Commands are sorted depending on their functionality.
 //= 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
 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
 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.
 '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 
 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 
 listed here. There are other kinds of labels which may be triggered in a similar