PRC8/nwn/nwnprc/trunk/scripts/prc_ai_sum_death.nss
Jaysyn904 d87fe14826 Further file organization
Further file organization
2023-08-23 22:11:00 -04:00

5 lines
109 B
Plaintext

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