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);
|
||
|
}
|