Spawn persistence bugifx
Spawn persistence bugifx (Marthek & Spiders)
This commit is contained in:
@@ -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
|
||||
//
|
||||
|
Reference in New Issue
Block a user