I know this has to be possible, but I've been looking for it but obviously my search parameters are not the correct one.
I'm debugging my thing, and I'm trying to use a text list or a button style menu.
But in order to test them nicely, I have to remake events, so is it possible to add two events that do the same actions?
[On Touched] [Text] -Actions
(or) [On Touched] [ButtonX]
I can do this, duplicating the same actions for separate events, but I'd keep my code tidy if I could merge events like that.