int StartingConditional()
{
    if (GetResRef(OBJECT_SELF)=="rotund") return TRUE;
    return FALSE;
}