Is there any way to disable an event to test others?
Printable View
Is there any way to disable an event to test others?
Insert a "never" from the special object into the condition.
I also often use groups when i want to test different aproaches with more than one line. And enable/disable them then.
A good trick is to keep an empty 'Never' event nearby. Then you can just select its 'Never' condition and ctrl+drag it down to any event you want to disable. Nice 'n' quick.
Another way, that I use, is to create a disabled group. I call mine Trash ;) You can drag events you want to "disable" there.
I also use that to throw copies of events that I am going to make test changes to and lines that I might want to reuse later or save for reference.
Not to forget the almighty debug group ... ^^
It would be nice if there was a little toggle to the left of each event which would just turn red and disable an event in one click. Then you could toggle events on and off as you pleased.