My first page is activated by action button. it is a choice event (that works) that leads to this page... (which is on a parallel process)
@>Control Self Switch: A=OFF
@>Conditional Branch: Switch [001] == ON
@> Text: yadda yadda...
@> Control Variables:[002: Random] = Random No. (1...100)
@> COnditional Branch: Variable [002] <=50
@>Text: yadda yadda 1-50
Else
@>Conditional Branch: Variable [002] >=51
@> Text: yadda yadda 51-100
The event works up to the point of the first yadda yadda, so i know the correct switch is on. its just not moving on to the second conditional branch. what am i doing wrong?
@>Control Self Switch: A=OFF
@>Conditional Branch: Switch [001] == ON
@> Text: yadda yadda...
@> Control Variables:[002: Random] = Random No. (1...100)
@> COnditional Branch: Variable [002] <=50
@>Text: yadda yadda 1-50
Else
@>Conditional Branch: Variable [002] >=51
@> Text: yadda yadda 51-100
The event works up to the point of the first yadda yadda, so i know the correct switch is on. its just not moving on to the second conditional branch. what am i doing wrong?