int StartingConditional()
{
    if (GetLocalInt(GetArea(OBJECT_SELF), "TributePaid") == TRUE) return TRUE;
    return FALSE;
}