int StartingConditional()
{

 if ((GetGold(GetPCSpeaker()) >= 8000) && (GetLocalInt(GetObjectByTag("px_prototype_wargolem"), "Loot") != 1))
    return TRUE;
 else
    return FALSE;
}