TheHordeOrcs_PRC8/_module/nss/call_ondeath.nss

6 lines
110 B
Plaintext
Raw Permalink Normal View History

void main()
{
ExecuteScript("prc_ondeath", OBJECT_SELF);
ExecuteScript("nw_o0_death", OBJECT_SELF);
}