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

5 lines
111 B
Plaintext

void main()
{
ExecuteScript("nw_ch_ac8", OBJECT_SELF);
ExecuteScript("prc_npc_disturb", OBJECT_SELF);
}