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