vttred / tips

Learn how to use Foundry one tip at a time.
https://foundry.tips
MIT License
2 stars 2 forks source link

Allow GM-only Tips #27

Open akrigline opened 3 years ago

akrigline commented 3 years ago

Is your feature request related to a problem? Please describe. Some modules or systems have little tid-bits which only apply to GMs or Players. Example: GM Screen tip might be "You can drag and drop items into GM Screen Cells," which is of no use to players.

Describe the solution you'd like It would be neat to be able to define a set of tips as intended only for GMs.

Describe alternatives you've considered The current pattern would be to mention that the tip is only useful for a GM, which would tell the player that they should ignore that tip.

anthonyronda commented 3 years ago

Thanks so much for the feature request! Yes, this is a planned feature, perhaps with a settings toggle for players to see GM-only tips if everyone wants to learn GM-only stuff.

I'm taking recommendations for the way to add GM-only flags that are optional, with no flag meaning show everyone. It should allow for other types of flags.

anthonyronda commented 3 years ago

I'm implementing Reddit feedback right now asking that tips are GM only with a settings option to make them available for everyone. Right now I still think the end goal is a GM-only flag for GM-only tips, and making non-flagged tips available to everyone by default.