PoA_PRC8/_module/nss/prc_pwonspawn.nss
Jaysyn904 baf0860664 Further PRC integration
Further PRC integration.  Class & race integration.  Updated PoA loot spawn scripts for PRC classes.  Integrated PRC NPC event scripts.  Full compile.
2022-10-09 22:53:12 -04:00

13 lines
245 B
Plaintext

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