Skyrim Mod:SkyEdit/User Interface/Conditions
The UESPWiki – Your source for The Elder Scrolls since 1995
< Mod / Skyrim: Skyrim Mod: Modding: SkyEdit
Conditions are used by several records to control when the parent record is considered as "valid" or available for use.
-
- Click "Add" or right-click and select "Insert" to create a new condition. Note that the position may be important if any conditions have the "OR" flag set.
- Select the desired function for the condition item.
- Select an editor ID reference if the function requires one. Currently this has to be manually entered.
- Select the appropriate parameters for the function if required. Look at the labels to the right of or see this [List] for more details.
- Select the value and comparison operator for the function.
- The "OR" flag appears to combine the next condition in a boolean OR instead of the usual AND. For example, a condition list like:
-
- Condition1
- Condition2 OR
- Condition3
- Condition4
- May be thought of like: Condition1 AND (Condition2 OR Condition3) AND Condition4 (not yet verified)