For example, you know about the control option command, scraper, keyboard and mouse emulation, when you click select control and click on a control there are option below "Item Seek Condition:" such name, ids, form, and other attribute, but you can't change the value of the attribute while you playing the bot.
For example let say that id=1, another id =2, and another id= 3
I will have to control option command, scraper, or keyboard and mouse emulator for each form control
id = 1
id = 2
id = 3
It will be better if I have control option command with input like this id={{Var}} with a loop and an increment
loop{
id={{Var}}
Var+= 1
}
It will shorten the work load and make bot create faster instead doing the same thing over and over for each form command.
Also I will like variable to affect "Item Index" drop box
I hope you understand.