/* Establish that this personor persons' has 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 FALSE; } else return TRUE; }