I want to add an element that will condense into a default element, and conversely evaporate from that default element. What would be the line of code for changing the default element's properties? I havn't seen anything regarding state changes in lua, so I hope to get some info here. Thanks!
Thanks guys! That's really helpful.
Could I use the name of the element in quotes instead of the item ID? Like this:
elements.property("WATR", "LowPressure", -10)
edit:added question