Initial commit
Initial commit. Updated release archive.
This commit is contained in:
9
_module/nss/t3_c.nss
Normal file
9
_module/nss/t3_c.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
|
||||
iResult = FALSE;
|
||||
if (GetLocalInt(GetModule(),"Theme3") == 0)
|
||||
iResult=TRUE;
|
||||
return iResult;
|
||||
}
|
||||
Reference in New Issue
Block a user