Initial Commit
Initial Commit
This commit is contained in:
19
_module/nss/house_nooffers.nss
Normal file
19
_module/nss/house_nooffers.nss
Normal file
@@ -0,0 +1,19 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oModule = GetModule();
|
||||
string sDatabase = GetLocalString(oModule, "DB");
|
||||
|
||||
string sAuberageOwner = GetCampaignString(sDatabase, "H_AUBERAGE_OWNER");
|
||||
string sSilbuamOwner = GetCampaignString(sDatabase, "H_SILBUAM_OWNER");
|
||||
string sFohenwindOwner = GetCampaignString(sDatabase, "H_FOHENWIND_OWNER");
|
||||
string sWestronOwner = GetCampaignString(sDatabase, "H_WESTRON_OWNER");
|
||||
string sHeimdolOwner = GetCampaignString(sDatabase, "H_HEIMDOL_OWNER");
|
||||
string sBaldamOwner = GetCampaignString(sDatabase, "H_BALDAM_OWNER");
|
||||
string sArkenstoneOwner = GetCampaignString(sDatabase, "H_ARKENSTONE_OWNER");
|
||||
string sDragonwoldOwner = GetCampaignString(sDatabase, "H_DRAGONWOLD_OWNER");
|
||||
|
||||
if(sAuberageOwner != "FORSALE" && sSilbuamOwner != "FORSALE" && sFohenwindOwner != "FORSALE" && sWestronOwner != "FORSALE"
|
||||
&& sHeimdolOwner != "FORSALE" && sBaldamOwner != "FORSALE" && sArkenstoneOwner != "FORSALE" && sDragonwoldOwner != "FORSALE")
|
||||
return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
Reference in New Issue
Block a user