DblClickOtherScript on warmode

Here you can post threads specific to the current release of the core (099)

Moderator: POL Developer

Post Reply
guialtran
Grandmaster Poster
Posts: 120
Joined: Wed Jul 30, 2008 12:42 pm

DblClickOtherScript on warmode

Post 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?
guialtran
Grandmaster Poster
Posts: 120
Joined: Wed Jul 30, 2008 12:42 pm

Re: DblClickOtherScript on warmode

Post 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)
}
Post Reply