diff options
author | Haru <haru@dotalux.com> | 2015-12-31 23:40:48 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-31 23:40:48 +0100 |
commit | 0e990045fc308ca58421eda25838d3b9e7a10afa (patch) | |
tree | 7966898e283b6759f226bd8222de161fb64772c2 /doc/whisper_sys.txt | |
parent | e95c473c694f4fccb40584f3e6a00323f91e36ee (diff) | |
parent | 32a42eeee18b16d9f904a409974dda575f3966c2 (diff) | |
download | hercules-0e990045fc308ca58421eda25838d3b9e7a10afa.tar.gz hercules-0e990045fc308ca58421eda25838d3b9e7a10afa.tar.bz2 hercules-0e990045fc308ca58421eda25838d3b9e7a10afa.tar.xz hercules-0e990045fc308ca58421eda25838d3b9e7a10afa.zip |
Merge branch 'AnnieRuru-request_29' into hercules
Closes #1000 as merged
Diffstat (limited to 'doc/whisper_sys.txt')
-rw-r--r-- | doc/whisper_sys.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/whisper_sys.txt b/doc/whisper_sys.txt index 39e2a54f2..ba7165b87 100644 --- a/doc/whisper_sys.txt +++ b/doc/whisper_sys.txt @@ -29,7 +29,7 @@ You whisper an NPC "NPCCommander" in-game with the following instructions: The parameters are passed on to the "OnWhisperGlobal" label of the NPC, and can be processed accordingly: -- script NPCCommander -1,{ +- script NPCCommander FAKE_NPC,{ OnWhisperGlobal: // Inform player "Lordalfa" that he has been reported for killstealing. if (@whispervar0$ == "Report") @@ -39,7 +39,7 @@ OnWhisperGlobal: This could also be used for hidden event triggers: -- script EventManager -1,{ +- script EventManager FAKE_NPC,{ OnWhisperGlobal: if (getgmlevel() < 80) end; if (@whispervar0$ == "pvp") { |