Initial Commit
Initial Commit
This commit is contained in:
14
_module/nss/house_nokeptgold.nss
Normal file
14
_module/nss/house_nokeptgold.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "x4_inc_functions"
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
object oModule = GetModule();
|
||||
|
||||
string sDatabase = GetLocalString(oModule, "DB");
|
||||
string sAgencyGold = GetStringLowerCase(DBCharacterSpecificVariable(oPC, "AgencyGold"));
|
||||
int nAgencyGold = GetCampaignInt(sDatabase, sAgencyGold);
|
||||
|
||||
if (nAgencyGold == 0) return TRUE;
|
||||
|
||||
return FALSE;
|
||||
}
|
Reference in New Issue
Block a user