Alangara_PRC8/_module/nss/jh_bnk_x_04.nss
Jaysyn904 86feb9ca6f Initial commit
Initial commit.
2024-06-05 21:21:06 -04:00

17 lines
272 B
Plaintext

/*
Establishdoes NOT have an account.
*/
int StartingConditional()
{
object oItem = GetFirstItemInInventory(OBJECT_SELF);
string sName = GetTag(OBJECT_SELF);
if (GetCampaignInt("est.bnk"+sName,"est.bnkyes"+sName ,OBJECT_SELF)==1)
{
return TRUE;
}
else
return FALSE;
}