diff options
author | AnnieRuru <jeankofannie2@gmail.com> | 2019-04-11 11:19:09 +0800 |
---|---|---|
committer | AnnieRuru <jeankofannie2@gmail.com> | 2019-04-11 11:19:09 +0800 |
commit | bc7f9019e8ec1ed3802c49baeaa35fdd20be2ab3 (patch) | |
tree | 3b52f1f1b28744866b35acff4d8e6e321a163dbe /doc/script_commands.txt | |
parent | ab81d4012eac5c2c00c485971fc9b89bf69761be (diff) | |
download | hercules-bc7f9019e8ec1ed3802c49baeaa35fdd20be2ab3.tar.gz hercules-bc7f9019e8ec1ed3802c49baeaa35fdd20be2ab3.tar.bz2 hercules-bc7f9019e8ec1ed3802c49baeaa35fdd20be2ab3.tar.xz hercules-bc7f9019e8ec1ed3802c49baeaa35fdd20be2ab3.zip |
Standardize to "all" in script commands
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index b53dda2f6..8f114fbac 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -6502,7 +6502,7 @@ This command will kill all monsters that were spawned with monster() or areamonster() and have a specified event label attached to them. Commonly used to get rid of remaining quest monsters once the quest is complete. -If the label is given as "All", all monsters which have their respawn +If the label is given as "all", all monsters which have their respawn times set to -1 (like all the monsters summoned with 'monster' or 'areamonster' script command, and all monsters summoned with GM commands, but no other ones - that is, all non-permanent monsters) on the specified |