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