Initial commit
Initial commit. Updated release archive.
This commit is contained in:
16
_module/nss/en6_fog_c.nss
Normal file
16
_module/nss/en6_fog_c.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
int iRandom;
|
||||
|
||||
iResult = FALSE;
|
||||
|
||||
iRandom=GetLocalInt(OBJECT_SELF,"Random");
|
||||
if (iRandom==0)
|
||||
{
|
||||
iRandom=Random(3)+1;
|
||||
SetLocalInt(OBJECT_SELF,"Random",iRandom);
|
||||
}
|
||||
|
||||
return iResult;
|
||||
}
|
||||
Reference in New Issue
Block a user