18 lines
411 B
Plaintext
18 lines
411 B
Plaintext
|
//:://////////////////////////////////////////////////
|
||
|
//:: X0_CH_HEN_DAMAGE
|
||
|
/*
|
||
|
OnDamaged event handler for henchmen/associates.
|
||
|
*/
|
||
|
//:://////////////////////////////////////////////////
|
||
|
//:: Copyright (c) 2002 Floodgate Entertainment
|
||
|
//:: Created By: Naomi Novik
|
||
|
//:: Created On: 01/06/2003
|
||
|
//:://////////////////////////////////////////////////
|
||
|
|
||
|
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
ExecuteScript("nw_ch_ac6", OBJECT_SELF);
|
||
|
}
|