loop behavior - does it finish before next behavior in rule?

jorkosjorkos Member, PRO Posts: 353

Hey guys, i'm using a loop behavior. Does it finish before going to the next behavior in a rule?

For example:

when x = 1
loop rule
change attribute

Does the loop finish before going to the change attribute? Thanks so much

Comments

  • ArmellineArmelline Member, PRO Posts: 5,422
    edited November 2014

    No. If you want the change attribute to occur after the loop is finished, you need to put a condition around it that's only true once the loop has ended.

Sign In or Register to comment.