The module Combat Utility Belt offers a feature that allows GMs to hide the real names of actors from their players. Instead a replacement name is being shown.
This PR utilizes the API of CUB to query the replacement name of a token and uses that replacement name in the stage. Additionally, the name of a token on the stage will now be updated whenever the token changes. This might become useful when a GM un-hides the name of an actor mid-conversation.
A usage example would be when players meet a new person. The person may only show up as "Well dressed gentleman" initially, with the real name only showing up once the players learn the real name of that person.
The module Combat Utility Belt offers a feature that allows GMs to hide the real names of actors from their players. Instead a replacement name is being shown.
This PR utilizes the API of CUB to query the replacement name of a token and uses that replacement name in the stage. Additionally, the name of a token on the stage will now be updated whenever the token changes. This might become useful when a GM un-hides the name of an actor mid-conversation.
A usage example would be when players meet a new person. The person may only show up as "Well dressed gentleman" initially, with the real name only showing up once the players learn the real name of that person.