Spawn persistence bugifx

Spawn persistence bugifx (Marthek & Spiders)
This commit is contained in:
Jaysyn904
2022-06-27 18:19:57 -04:00
parent 6153db8683
commit a2d04fe81f
22 changed files with 80 additions and 32 deletions

View File

@@ -1,7 +1,10 @@
//
// Spawn and Despawn Scripts
//
#include "spawn_functions"
#include "pqj_inc"
//
object GetChildByTag(object oSpawn, string sChildTag);
object GetChildByNumber(object oSpawn, int nChildNum);
@@ -39,8 +42,9 @@ void main()
{
return;
}
//
// End Script 00
// Script 01 [Lamplighter]
if (nSpawnScript == 1)
{
// lamplighter
@@ -77,7 +81,9 @@ void main()
return;
}
}// end spawn script 1
// End Script 01 [Lamplighter]
// -------------------------------------------
// Only Make Modifications Between These Lines
//