Aantioch_Infernum/_module/nss/spawnb_cc_notrck.nss
Jaysyn904 15c0c0da79 Installed NESS 4.1.9
Installed NESS 4.1.9.  Tweaked main city.  Full compile.
2023-08-09 07:17:50 -04:00

16 lines
192 B
Plaintext

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