I've updated the project! As promised
More updates will be coming later on.
- Added BaseEvent class to simplify the event classes and get rid of duplicate code.
- Updated every event to inherit from BaseEvent (every event now has a Duration, Active and Delay param as base)
- Updated some OBJ_* event classes to handle duration/delay/active, active is set to true by default, so you can optionally add this param to change this.
- Update SlidingDoor to also handle temporary (un)locking
- Updated the SlidingDoor and ToggleDrawObject examples in the world
- Added more comments in the events classes