[RMVX ACE] [EVENTING] PARALELL PROCESS LOOP

Posts

Pages: 1
So I want to run a paralell process event once and once only, as soon as a variable condition is met. But it keeps looping once the evnt is finished. Heres what I have;

Conditional Branch: Self switch B = Off
Conditional Branch: Var X = 18
Event
Self Switch B = ON
Exit Event Processing
Else;
Else;
An easy way would be to create a new event page. Give it a condition of 'Self Switch B is ON' (since you did turn this switch on at the end of your event), and leave it blank.
Pages: 1