Is there any way to tell what property changed in a construction script event?

Hah no I don’t mean for debugging I mean for execution. So that logic can branch depending on what was changed. Right now I am doing lots of work arounds like using two variables one for the user to edit and one to store the “previous” value, so I can tell what has varied but its a bit of a mess.