PRC8_fork/trunk/scripts/prc_ai_sum_death.nss

5 lines
109 B
Plaintext
Raw Normal View History

void main()
{
ExecuteScript("prc_npc_death", OBJECT_SELF);
ExecuteScript("nw_ch_ac7", OBJECT_SELF);
}