I’m currently using a go.property to transfer entity data to a local function which has access to self.
I define it in Init and then set it using a msg.post, and then try using it in an if statement. All in the same file
the error says it doesn’t have the property at all, even if I call go.get()
This might have something to do with it being a factory instance, but this hasn’t been a problem so far