I'm trying to use the events infrastructure to make mini-movies the player can see whenever they want. The way I'm currently thinking of implementing this is setting an arbitrary HasItem and Tile combo so it's easy to find but hard to trigger on accident (i.e. stand in a specific corner of the farm holding a single minnow). Instructions would be in a readme ofc
Is there a better way to do this? The wiki says that preconditions aren't technically required, but how else would the game know when to trigger it?