Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a "Standard NPC" token or macro converter that only shows output to owners. #33

Open
melek opened this issue Jul 29, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@melek
Copy link
Owner

melek commented Jul 29, 2021

Is your feature request related to a problem? Please describe.
The Standard Token shows all rolls to everybody when rolling; In other words, players always roll 'in the open'. However, if the GM wants to make an NPC based on the Standard Token they may not want to roll In the Open.

Describe the solution you'd like
Create a copy of the Standard Token which replaces or adds /say with /self in all tokens. This creates additional update overhead if tokens are ever changed, however, and won't work with created attack macros without some heavy modification.

An alternative: create a GM macro which converts all a token's macros to/from /say and /self. This option may be a bit better, but is going to be more complex and may require redesign of some macros which us broadcast (though broadcast should be avoided generally for trust issues). It also would necessitate a new checkbox on Create Action or some logic to decide whether the /self a new action macro.

@melek melek added the enhancement New feature or request label Jul 29, 2021
@melek melek self-assigned this Jul 29, 2021
@melek melek added this to To do in Next Version Jul 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Next Version
  
To do
Development

No branches or pull requests

1 participant