diff options
Diffstat (limited to 'npc/018-2-2')
-rw-r--r-- | npc/018-2-2/main.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/018-2-2/main.txt b/npc/018-2-2/main.txt index 18689ca54..5fe6ff1f0 100644 --- a/npc/018-2-2/main.txt +++ b/npc/018-2-2/main.txt @@ -126,14 +126,14 @@ OnInit: end; -OnInterIfInit: +OnHHInit: initnpctimer; end; // Controls logic for each instance (TODO) -// Initialize each instance (Currently waits 7 seconds, could work with just 4, but better safe than sorry) -OnTimer7000: +// Initialize each instance (Currently waits 3 seconds, could work with just 4, but better safe than sorry) +OnTimer3000: stopnpctimer; debugmes "Heroes Hold Monsters: Initializing"; |