summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
authorpanikon <panikon@zoho.com>2014-05-10 01:36:18 -0300
committerpanikon <panikon@zoho.com>2014-05-10 01:36:18 -0300
commita2dec941492c9b7e56e3e34600e3fba9937cbf65 (patch)
treeb7fa54d2d8736e355efd8a0738a453f1417a4cbf /doc/script_commands.txt
parent6d4ae7670d0acca504d17d27b5c971be6625a311 (diff)
downloadhercules-a2dec941492c9b7e56e3e34600e3fba9937cbf65.tar.gz
hercules-a2dec941492c9b7e56e3e34600e3fba9937cbf65.tar.bz2
hercules-a2dec941492c9b7e56e3e34600e3fba9937cbf65.tar.xz
hercules-a2dec941492c9b7e56e3e34600e3fba9937cbf65.zip
Small changes in npc loading/reloading
Compartmentalized npc file processing Corrected event initalisation order in npc_reload Changed loading order, now item db constants are loaded before npc processing in order to avoid labels overwriting constants values, like Aegis Names Added information regarding reloading scripts in /doc/script_commands.txt
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r--doc/script_commands.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index 898e4e331..31574d0a2 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -1013,7 +1013,8 @@ OnInit will execute every time the scripts loading is complete, including
when they are reloaded with @reloadscript command. OnInterIfInit will
execute when the map server connects to a char server, OnInterIfInitOnce
will only execute once and will not execute if the map server reconnects
-to the char server later.
+to the char server later. Note that all those events will be executed upon
+scripts reloading.
OnAgitStart:
OnAgitEnd: