Using Entity keyvalue in output

  • Site Migration: See bugs? Report them here. Want something changed or have an idea? Suggest it here.

Penguin

Clinically Diagnosed with Small Mapper's Syndrome
aa
May 21, 2009
2,041
1,482
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.
 

Fragancia

L2: Junior Member
Feb 22, 2013
91
33
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.
 

henke37

aa
Sep 23, 2011
2,077
509
logic_compare does not compute a difference. You want another entity for that. If you want to do subtraction, use the math_counter entity.