Installed NESS 4.1.9
Installed NESS 4.1.9. Tweaked main city. Full compile.
This commit is contained in:
15
_module/nss/spawnb_cc_notrck.nss
Normal file
15
_module/nss/spawnb_cc_notrck.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// Spawn Banner
|
||||
// Conversation Check
|
||||
//
|
||||
|
||||
#include "spawn_functions"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
if (NESS_IsModuleSpawnTracking())
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
return FALSE;
|
||||
}
|
Reference in New Issue
Block a user