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