Hello,
Using the typical code :
If (action1) then (true)
: do A;
Else (false)
:Do B|
stop
endif
Depending of (what ? Random ?), on graphical representation, the arrow to "do A" and the other to "do B", in other word true or false, will start from the right, the left, or the bottom of the "IF" hexagonal shape.
Is there a way to force right, left, bottom for each arrow ?
Thanks in advance
Philippe