Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
11
_module/nss/en4_isdmoption.nss
Normal file
11
_module/nss/en4_isdmoption.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
|
||||
iResult = TRUE;
|
||||
|
||||
if (GetCampaignInt("Endless Nights IV","E4DMModOnly") == 1 && !GetIsDM(GetPCSpeaker()))
|
||||
iResult= FALSE;
|
||||
|
||||
return iResult;
|
||||
}
|
||||
Reference in New Issue
Block a user