So I have these conditions set up in a random misc. idle line that's supposed to fire when there is an aurora in the sky.
Subject GetIsID == myActor AND
Subject GetIsCurrentWeather == SkyrimClearCO_A OR
Subject GetIsCurrentWeather == SkyrimClearFF_ A OR
Subject GetIsCurrentWeather == SkyrimClearMA_ A OR ...etc
Are the conditions okay or not for this situation? So far, this line hasn't fired yet, and I've been running around all of Skyrim with the weather forced to an aurora weather type.