Ok, so I need to do some OOP in this now, I want to create a sheet that inherits from another sheet, like a base class, is this possible? I have events that would be identical to all sheets, but then events that are specific to certain sheets.
right click in event sheet > include event sheet will do just that. If that's not what your looking for then you must use groups. If your coming from a different game engine you may need to adjust the way you think about doing such things.
Develop games in your browser. Powerful, performant & highly capable.
Thanks, include event sheet is what I need it looks like.