Broken by birth ID
#2
You can use a Script operator, and check them using regular if/else conditions.

Example (snipped):

Code:
var id = tf.GetID(sInx);
if (id == 1 || id == 2 || (id >= 3 && id <= 20) || id == 30 ......etc etc)
{
    //do work
}
  Reply


Messages In This Thread
Broken by birth ID - by 424454078@qq.com - 12-13-2021, 03:22 AM
RE: Broken by birth ID - by tyFlow - 12-13-2021, 06:01 PM
RE: Broken by birth ID - by 424454078@qq.com - 12-14-2021, 12:05 PM

Forum Jump: