November 2, 20178 yr Does wRobot support loading random profiles? If so how would I accomplish this? Does wRobot have any way to do something like the following? <while condition=true> <if condition="chance(5)"> <loadprofile profilename="1"/> </if> <if condition="chance(5)"> <loadprofile profilename="2"/> </if> <if condition="chance(5)"> <loadprofile profilename="3"/> </if> </while>
Create an account or sign in to comment