Hey, guys.
We know that when the map start, all the swithes are cleared.
This maybe a problem in some situations.
I want to know what you do at the start of map to all the triggers dont activate.
[Me gustaria saber que haceis para que no se disparen todos los inciadores con condicion "Autorizado" (clear) al principio del mapa]
Gracias y saludos
Change it so that the "swithes" have to be set for the triggers to fire. Set them when you want the triggers to fire.
You can't set the switches before the map starts, however you can set them when the map starts using triggers:
Conditions:
- Always
Actions:
- Set switch A
- Set switch B
...
Just place that trigger the first in the list and it should work fine.
Or do what nozomu said

If you need something that runs based off switches to run when the map starts just reverse the way you have your switches setup. So that when it is cleared the trigger runs, and when you want to stop it, you set the switch.
Yes. I have try to do it and he just found correctly.
Thank all por the help
