/* Make sure there is 1000000 gold in the account! */ int StartingConditional() { object oPC = GetPCSpeaker(); string sName = GetTag(OBJECT_SELF); if ( GetCampaignInt("bnkblnc"+sName,"bnkblnc_"+sName) <= 1000000) return FALSE; return TRUE; }