How do I use an OR Statement? I don't want to duplicate code, if I can avoid it. I have several events where I want to run the same actions. Thanks
Develop games in your browser. Powerful, performant & highly capable.
Right click(On extreme left side of event) on the event where you want to use OR block. And choose Make 'or' block.
You can use functions to avoid duplication of actions.