Module commit
Module commit.
This commit is contained in:
11
_module/nss/clone_heartbeat.nss
Normal file
11
_module/nss/clone_heartbeat.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
void main()
|
||||
{
|
||||
if(GetIsInCombat())
|
||||
{
|
||||
ExecuteScript("custom_combatend",OBJECT_SELF);
|
||||
}
|
||||
|
||||
ExecuteScript("custom_heartbeat",OBJECT_SELF);
|
||||
|
||||
DelayCommand(RoundsToSeconds(1),ExecuteScript("clone_heartbeat",OBJECT_SELF));
|
||||
}
|
Reference in New Issue
Block a user