Jump to content

Loading a profiled based on chance.


Sam0883

Recommended Posts

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>

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...