1000nettles / hey-wait

“Hey, Wait!” is a FoundryVTT module allowing a GM to place “event triggers” on a scene.
https://foundryvtt.com/packages/hey-wait/
MIT License
9 stars 2 forks source link

Suggestion - Show Journal entry #17

Closed xlilcasper closed 3 years ago

xlilcasper commented 3 years ago

Allow a journal to be opened when Hey Wait! is triggered. This should be shown to any combination of the GM, the triggering player, all players.

1000nettles commented 3 years ago

Thanks for the feature request! Our next steps with any sort of "triggers" will be to trigger a macro which will allow a journal entry to be shown in your macro code. I'll loop back once that's a possibility.

1000nettles commented 3 years ago

I have just released version 0.4.0 of the module which allows you to attach macros to be executed when Hey, Wait! tiles are triggered. Try creating a new macro with the following code and attach it to a tile...

JournalEntry.collection.getName("your_journal_entrys_name").show();