Aantioch_Infernum/_module/nss/kpb_loan_on.nss

16 lines
198 B
Plaintext
Raw Permalink Normal View History

2023-08-08 16:22:17 -04:00
int StartingConditional()
{
object oPC = GetPCSpeaker();
int nLoan = GetCampaignInt("kpb_bank", "KPB_LOAN_AMT", oPC);
if (nLoan >= 1)
{
return TRUE;
}
else
{
return FALSE;
}
}