I wanted to make a lighting system with events instead of scripts. This system allows you to event moving lights on any event. It also has a lantern feature for player. based on a picture overlay for lantern.
(Le Event Extender provides a script call: "event_in_screen?" which make it easier, but can be done without)
To do without:
SpoilerIn parallel process, set event screen x and y coordinates.
If event's y is less than 416 and greater than 0
and x is less than 544 and greater than 0
Then event is on screen