I’m wondering what to do when specifying a number with the Rotation button using if.
[If,[IGet,Material:XXX1]==1,
[IPress,Material:XXX2]
,
[IPress,Material:XXX1]
I think the ones that don’t have a number probably go from the target ON/OFF in IGET to IPRESS.
It doesn’t work for numbers that are not on/off, such as 3 or 6…
[ISet,Document:Back,45.17288]
Also, for large numbers and fractions like this, [IGet,Document:Back,45.17288]==1
but
[IGet,Document:Back]==45.17288
It seems to be neither.
Do you feel like it’s not IGET for these numbers?
I’ve tried all the wrong patterns, but it doesn’t seem to be working, so I’m having trouble.Preformatted text