Perhaps there is a way to do it; I would launch them in a chain:
Trigger(REGION_ENTER_AND_STOP_TRIGGER, "dialog", "Dialog1")
function Dialog1()
function1();
function2();
function3();
end
New here? I'm Roha — want a quick tour?
Perhaps there is a way to do it; I would launch them in a chain:
Trigger(REGION_ENTER_AND_STOP_TRIGGER, "dialog", "Dialog1")
function Dialog1()
function1();
function2();
function3();
end