I'm trying to calculate a delay time based on the values in an array. For example, tokens have been batched with a mixed item type. To calculate the delay time for the batch, it would be A*X+B*Y+C where A, B, and C are constants and X and Y are the quantities of each item type. I believe the only way to accomplish this (after reading help questions for over a day on this topic) is with custom script (which is above my skill level). Is there any other way to calculate delay time based on values in a token label array?