UW2_PRC8/_module/nss/spawnb_cc_notrck.nss
Jaysyn904 522ac455fd Added NESS
Added NESS.  Hopefully fixed Master of the Void spawn in.  Full compile.  Updated release archive.
2024-10-09 13:59:44 -04:00

16 lines
192 B
Plaintext

//
// Spawn Banner
// Conversation Check
//
#include "spawn_functions"
int StartingConditional()
{
if (NESS_IsModuleSpawnTracking())
{
return TRUE;
}
return FALSE;
}