old hook system
Posted: Tue Oct 24, 2006 4:18 am
To convert all old hook system scripts/misc/chrdeath.src
(and the others misc/*.src)
into the new:
syshook.cfg
SystemHookScript ChrdeathHook.ecl
{
ChrDeath ChrdeathScript
}
ChrdeathHook.src
export function ChrdeathScript()
?
(and the others misc/*.src)
into the new:
syshook.cfg
SystemHookScript ChrdeathHook.ecl
{
ChrDeath ChrdeathScript
}
ChrdeathHook.src
export function ChrdeathScript()
?