Initial Commit
Initial Commit
This commit is contained in:
13
_module/nss/house_authchec10.nss
Normal file
13
_module/nss/house_authchec10.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
object oModule = GetModule();
|
||||
string sDatabase = GetLocalString(oModule, "DB");
|
||||
|
||||
string sHouse = GetLocalString(oPC, "HouseToSell");
|
||||
|
||||
string sAuth = GetCampaignString(sDatabase, "H_"+sHouse+"_AUTH_10");
|
||||
if (sAuth != "") return TRUE;
|
||||
return FALSE;
|
||||
|
||||
}
|
Reference in New Issue
Block a user