Analysis Tile with more than True/False

I’m looking for a scriptable UI element in the vein of an alalysis tile that can output more than true/false. For example a nested if with string outputs.

The current analysis tiles seem able to sort of do this to an extent, but only if you put the script “unsaved” directly on them and use decimal outputs. They also go a bit odd after a while, so it’s obviously not intended.

Is there a clean and simple way to do this with scripting before I go diving into a custom Pascal Tool and reinvent the wheel?

Hi Angus,

Have you seen the Chart Element tool? This allows you to output any script value on to a chart:

Thank you, that looks exactly like what I’m looking for. I thought it would be in there somewhere, I just couldn’t find it.

1 Like