int StartingConditional()
{
    if ( GetLevelByClass(CLASS_TYPE_DRUID, OBJECT_SELF) == 0 )
        return FALSE;

    return TRUE;
}