File Reorganization

File Reorganization.  Initialized ratdog_creature hak & added Project Q overrides & other models.  Continued dynamic swapover & upgrade.
This commit is contained in:
Jaysyn904
2021-10-02 03:15:34 -04:00
parent 8dbdd0bd23
commit e870de8a20
582 changed files with 564594 additions and 140683 deletions

View File

@@ -18,12 +18,15 @@
#include "sparky_inc"
#include "sparky_enc"
#include "X0_I0_PARTYWIDE"
#include "spawn_functions"
void main()
{
object oPC = GetEnteringObject();
object oArea = OBJECT_SELF;
ExecuteScript("spawn_smpl_onen2");
if (GetIsPC(oPC) == TRUE) // Nothing happens if it wasn't a PC entering the area.
{
//////////////////////////////////////////////// Sparky Spawner Section
@@ -66,5 +69,8 @@ if (iAlreadySpawned || iDisabled)
}
SpawnEncounters(oArea);
//////////////////////////////////////////////// End Sparky Section
}
}