RATDOG/_module/nss/spawnb_cc_nodump.nss
Jaysyn904 ae152d0814 Added BESIE, MS Moneclature
Added BESIE, Markshire's Nomeclature & started initial setup for commoners in Baleas.
2021-09-01 23:42:36 -04:00

16 lines
191 B
Plaintext

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