Hey all, Been a while, so I'm kinda rusty. Is it possible to use an entity's keyvalue as a value in an output it fires? For example, I have a logic_compare, and I want to feed its compare value (IE the difference between two values) as the value for another entity. Surely this must be doable... somehow.
I don't think there's a way to pass data inside a keyvalue like how math_counter's OutValue and OnGetValue passes data to the parameter of an input... It would be extremely useful but no, as far I'm aware it's not possible.
logic_compare does not compute a difference. You want another entity for that. If you want to do subtraction, use the math_counter entity.