Further PRC integration

Further PRC integration.  Fixed Rod of Ruin.  Full compile.
This commit is contained in:
Jaysyn904
2022-10-10 08:16:23 -04:00
parent b257fba4d9
commit 2bf42182fd
1710 changed files with 1758 additions and 244 deletions

View File

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