It’s a simple question that I’m surprised I don’t know. How do I grab a variable from another play/flow machine
The Get Object Variable (You can’t access a flow variable from outside the graph) node has an attachment point for a GameObject. By default it is set to This, but you can feed it anything and it will attempt to get the Object Variable of the supplied name from the supplied object. Be careful, if the object doesn’t have that variable it will break your graph, however there is a checkbox on the Get Variable node that allows you to manually specify an alternative value to use IF the variable doesn’t exist.