Common Event Tiles

Last Updated: 2011.12.04
Download Link
Github Link

Rather than flooding the entire map with events just to run a single common event, bind common events to terrain tags that trigger upon stepping on them. This will cause all of the tiles marked by those terrain tags to spring up the common event when the player steps over them.

Bind common events to trigger upon stepping on tiles with specific terrain tags.

<event x: y>
<event x: y, y>
Sets the tiles marked with terrain tag y to trigger common event x. The
common event will run each time the player steps over a tile with the
respective terrain tags.

And that’s all, folks!

7 comments on “Common Event Tiles

  1. Nifty. Can’t think of an immediate use, but I’m sure I will think of something that will require this or will be made a lot easier by this script.

      • Healing tiles I understand, but holes? What do you put into the common event then? The teleport event (to the floor below or to the entry of the room) must be map-bound, if I don’t overlook something.

Leave a comment