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