summaryrefslogtreecommitdiff
path: root/doc/whisper_sys.txt
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-08-31 21:49:48 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-08-31 21:49:48 +0000
commitddc75a03c7c7b00f839a862de9c265543d414829 (patch)
treec6777d015f321a4584a90e3fabd1d64a70f8a0f0 /doc/whisper_sys.txt
parent6ecdfa051ab4adbf84938b18f44c5f12f05dbe3a (diff)
downloadhercules-ddc75a03c7c7b00f839a862de9c265543d414829.tar.gz
hercules-ddc75a03c7c7b00f839a862de9c265543d414829.tar.bz2
hercules-ddc75a03c7c7b00f839a862de9c265543d414829.tar.xz
hercules-ddc75a03c7c7b00f839a862de9c265543d414829.zip
- Standardized headers of /doc files.
- Added svn:eol-style=native property on some recently added text files. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16726 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/whisper_sys.txt')
-rw-r--r--doc/whisper_sys.txt22
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
+}