behave-graph
behave-graph copied to clipboard
When a series of identical events are scheduled, should each event have its own output values?
Let's say there is an event that fires, "door state", and it has an output value called "isOpen." If it fires 2 separate times, one with "isOpen = true" and a second "isOpen = false." then I guess we have to somehow set these values on the event when it fires as output values.