MATT Triggering a Tile via Journal - ironmonk88/monks-module-wiki GitHub Wiki

Triggering a Tile Via Journal

https://github.com/ironmonk88/monks-module-wiki/blob/eea78300766792dacfc39282e88d84e37dc411ff/MATT/Triggering_Tile_via_Journal/Trigger_Tile_via_Journal_01.png

After saving, it will display like this.

https://github.com/ironmonk88/monks-module-wiki/blob/eea78300766792dacfc39282e88d84e37dc411ff/MATT/Triggering_Tile_via_Journal/Trigger_Tile_via_Journal_02.png

Clicking the link will trigger the tile.

Currently Viewed Scene

To trigger a tile on your currently viewed scene, use @Tile[Tile.tileIDhere]{Tile Trigger} and replace tileIDhere with the ID of the tile to be triggered.

To get the tile ID, click the little book icon in the upper left of the tile configuration window).

Specific Landing

To trigger a tile at a specific Landing, use @Tile[Tile.tileIDhere landing:landingnamehere]{Tile Trigger} and replace landingnamehere with the exact name of the landing the action thread should start at.

Specific Scene

If you're trying to trigger a tile on a scene other than the currently viewed one, use @Tile[Scene.sceneIDhere.Tile.tileIDhere]{Tile Trigger} instead; you need to replace sceneIDhere with the ID of the scene that has the tile you want triggered.

Check if Active

Add active:true inside the brackets to have it only trigger the tile if the tile is active.

Example: @Tile[Scene.F3Ga2w0WNGBxfhij.Tile.Rj6HLBoqiXYSFYHi active:true]{Display Text}

To get the scene ID, click the little book icon in the upper left of the scene configuration window).

Page Last Updated

MATT 11.17