dragonflagon-fvtt icon indicating copy to clipboard operation
dragonflagon-fvtt copied to clipboard

DF Chat Enhancements: Quote Logging Contains Speaker Twice When Called from Script

Open Tarbarian opened this issue 2 years ago • 0 comments

Module DF Chat Enhancement (V4.0)

Describe the issue When calling AdventureLog.quote()through script the speaker is included in the log twice. For example, AdventureLog.quote("Bob","Test") produces image

To Reproduce Steps to reproduce the behavior:

  1. Enter AdventureLog.quote("Bob","Test") in the console or through a script macro.
  2. Look at log and see incorrect log.

Expected behavior Producing something like what is produced from the normal chat usage of the quote feature, e.g. image

Tarbarian avatar Jun 17 '22 02:06 Tarbarian