Page 1 of 1

DblClickOtherScript on warmode

Posted: Mon Jan 02, 2017 2:26 pm
by guialtran
I'm looking for a script similar to DblClickOtherScript but that runs once and only when Warmode is started by DblClick. I'm currently using sys/events to get the same result with NPCs and wonder if there's anything like that to player characters. Am I supposed to use sys/events?

Re: DblClickOtherScript on warmode

Posted: Thu Jan 05, 2017 9:28 am
by guialtran
I found!

Repsys.cfg

HookList
{
NameColor (string exported_func_name)
HighLightColor (string exported_func_name)
OnAttack (string exported_func_name)
OnDamage (string exported_func_name)
OnHelp (string exported_func_name)
}