The manual says you can use equations with %takeid%. For example subtracting 10 from the takeid " ".
I have had success with %relid% returning "1" if the group is 100 and take item is 101
Now I need %relid% to return 1 if the take id is something like 111 or 121.
I have tried using %relid% - 10 -----> 111 - 10 -100 = 1
but this does not seem to work.
Any Ideas?