Elscrux / Creation-Companion

Modding IDE for Bethesda Game Studios games, replacing the Creation Kit.
GNU General Public License v3.0
14 stars 3 forks source link

Logical expression to Skyrim expression converter #77

Open Elscrux opened 1 year ago

Elscrux commented 1 year ago

Skyrim has a weird format when you know regular logical expressions. It would be nice to be able to write a logical formula using parentheses and regular AND priority, and convert it to the Skyrim way of doing things where we don't have parentheses and OR takes priority.