is there a way to comment an event ? you know just turn it "OFF" . i find it helpful to comment some piece of code when debugging to isolate problem. right now the only way i see is to delete the event.
Use the 'toggle event' in the ribbon bar .
Develop games in your browser. Powerful, performant & highly capable.
Or use groups, they have a comments field. And can be set active or inactive.
Or, use the "always" condition to start event trees, and set the condition inverted to exclude it from running.
thanks. sometime the solutions is to evident (sp?) to see. ;D