TheHordeUndead_PRC8/_module/nss/call_ondying.nss

6 lines
110 B
Plaintext
Raw Normal View History

2023-09-21 20:25:34 -04:00
void main()
{
ExecuteScript("prc_ondying", OBJECT_SELF);
ExecuteScript("nw_o0_dying", OBJECT_SELF);
}