I'm trying to figure out how, using an event (one that fires off a script if need be) I can change a specific tile on a given map. The scenario is this: Player is standing on the world map, below a lighthouse tile. The lighthouse is not lit. An event is placed on the light house tile, to transition the player to the interior, where I want the player to press the action button next to another event in order to light the lighthouse. When the player returns to the world map, I want the lighthouse tile to be replaced with the "On" tile. I've attached both tiles below for reference.
I've looked all over and so far the best I can find is to swap tilesets. I'd rather not have to swap in a whole tileset just to change a single tile, so I'd like to know if there is a better option. Thank you.