diff options
Diffstat (limited to 'doc/whisper_sys.txt')
-rw-r--r-- | doc/whisper_sys.txt | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/doc/whisper_sys.txt b/doc/whisper_sys.txt index 115712eea..906dad81b 100644 --- a/doc/whisper_sys.txt +++ b/doc/whisper_sys.txt @@ -1,17 +1,15 @@ -//===== Athena Doc ======================================== +//===== rAthena Documentation ================================ //= NPC Whisper System -//===== By ================================================ -//= lordalfa, Massdriller -//===== Version =========================================== -//= 1.1 -//========================================================= -//= 1.1 - Cleanup. [Euphy] -//===== Description ======================================= +//===== By: ================================================== +//= rAthena Dev Team +//===== Current Version: ===================================== +//= 20120826 +//===== Description: ========================================= //= A description of rAthena's NPC whispering system. -//========================================================= +//============================================================ -This piece of code to allows characters to execute events in NPCs by whispering -them up to ten parameters. The NPC must have an "OnWhisperGlobal" label, or an +This piece of code to allows characters to execute events in NPCs by whispering +them up to ten parameters. The NPC must have an "OnWhisperGlobal" label, or an "event not found" error will result. NPC:<NPC Name> <String>{#String 2{#...{#String 10}}} @@ -37,4 +35,4 @@ OnWhisperGlobal: if (@whispervar0$ == "Report") message @whispervar2$,"You have been reported for "+@whispervar1$+"."; end; -}
\ No newline at end of file +} |