Input = Dynamic Selection on Rad Slider Bar

How would I go about separating the custom inputs so if the response is different it selects the correct response?

Command = ifv2
Target = ${Custom_Input}.includes(“1”) == true

Command = XClickRelative
Target = as outlined in this video XMove X,Y relative to current X,Y Mouse position - #8 by admin

Command = else
Target = Target = ${Custom_Input}.includes(“2”) == true
Command = XClickRelative
Target = as outlined in this video XMove X,Y relative to current X,Y Mouse position - #8 by admin

then would i keep including else until I add in an end?