Hi everyone, so basically I'm trying to find an easier way to do this than just making a unique function to call every single time.
I basically have 2 groups of conditions I want to do the same set of actions, so as an example: (click object 1 + sprite visible) and (click object 2 + sprite visible) both lead to (object 3 visible). The only way I can think is to make it so when Function "X" is called, object 3 becomes visible, and then put call Function X as the only action for both sets of conditions. But I am doing this on a huge scale, so as opposed to making an entirely new function every time, is there an easier way to do this?
I mean, right now, I'm just copying and pasting the same thing twice for both, because it feels less messy than having a thousand functions, somehow:
https://imgur.com/9wwpEOM
Many thanks in return!
Josh