Further PRC integration. Class & race integration. Updated PoA loot spawn scripts for PRC classes. Integrated PRC NPC event scripts. Full compile.
13 lines
245 B
Plaintext
13 lines
245 B
Plaintext
//:://////////////////////////////////////////////////
|
|
//:: prc_pwonspawn
|
|
/*
|
|
PRC's OnSpawn event handler for NPCs.
|
|
|
|
*/
|
|
//:://////////////////////////////////////////////////
|
|
|
|
void main()
|
|
{
|
|
ExecuteScript("prc_npc_spawn", OBJECT_SELF);
|
|
}
|