PoA_PRC8/_module/nss/dragondeath.nss

10 lines
184 B
Plaintext
Raw Normal View History

2022-10-07 14:20:31 -04:00
#include "NW_I0_GENERIC"
void main()
{
//ExecuteScript("sf_xp", OBJECT_SELF);
ExecuteScript("prc_npc_death", OBJECT_SELF);
ExecuteScript("prc_pwondeath", OBJECT_SELF);
2022-10-07 14:20:31 -04:00
}