It's only defined with a default, it's never set to anything else. It's not causing an error, it's just a missing piece of logic that you probably intended. The var is consulted, but it's always only the default, because it's never explicitly set to anything.This is set on Line 29847 (defaulted to False). Is there a particular scene/scenario where this is causing an error?