Hello everyone,
I have begun to experiment with switches, but there is one thing I am still not sure I understand and that is the difference between Set/Clear and Toggle. I started reading the documentation, but so far I have been unable to find a satisfying answer.
Thanks in advance!
None.

Math + Physics + StarCraft = Zoan
Switches are always either in a "set" state or "clear" state (i.e., true or false).
If you have a "set switch X to true" action then it will set it to true (regardless of what it was before).
If you have a "set switch X to false" action then it will set it to false (regardless of what it was before).
If you have a "Toggle switch X" action then it will set it to false if it was true when the action was run, or it will set it to true if it was false when the action was run.