generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit
This commit is contained in:
8
_module/nss/firstsmith.nss
Normal file
8
_module/nss/firstsmith.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
if (GetLocalInt(OBJECT_SELF,"NW_L_TALKTIMES") == 0)
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
Reference in New Issue
Block a user