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

6 lines
119 B
Plaintext

void main()
{
ExecuteScript("nw_c2_stnkbtdie", OBJECT_SELF);
ExecuteScript("prc_ai_fam_death", OBJECT_SELF);
}