Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
12
_module/nss/en3info_confp2.nss
Normal file
12
_module/nss/en3info_confp2.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int iFP;
|
||||
|
||||
iFP = GetCampaignInt("Endless Nights III","E3FirstPerson");
|
||||
|
||||
if (iFP == 1)
|
||||
return TRUE;
|
||||
|
||||
return FALSE;
|
||||
|
||||
}
|
Reference in New Issue
Block a user