PoA_PRC8/_module/nss/prc_pwonspawn.nss
Jaysyn904 2bf42182fd Further PRC integration
Further PRC integration.  Fixed Rod of Ruin.  Full compile.
2022-10-10 08:16:23 -04:00

13 lines
245 B
Plaintext

//:://////////////////////////////////////////////////
//:: prc_pwonspawn
/*
PRC's OnSpawn event handler for NPCs.
*/
//:://////////////////////////////////////////////////
void main()
{
ExecuteScript("prc_npc_spawn", OBJECT_SELF);
}