Rune_PRC8/_module/nss/spawnb_cc_notrck.nss

16 lines
192 B
Plaintext
Raw Normal View History

2024-09-13 09:10:39 -04:00
//
// Spawn Banner
// Conversation Check
//
#include "spawn_functions"
int StartingConditional()
{
if (NESS_IsModuleSpawnTracking())
{
return TRUE;
}
return FALSE;
}