[ANSWERED] Using Text Formatter to output a range value
-
I am a bit stumped with the Text Formatter. I would like to be able to have two input number and to have the text formatter output a range for the control watcher. For example P1 would be 1 and P2 would be 8 and the text formatter would output 1-8 as a range value I could plug into the control watcher.
If anyone can point me in the right direction, I would be grateful.
Thank-you
-
It is not currently possible to programmatically create ranges to push into the inputs of actors like the Control Watcher.
-
@woland. Thanks for letting me know. I sketched something in using the in-range actor that's working. I'll clean it up and use that.