Describe the issue
When calling AdventureLog.quote()through script the speaker is included in the log twice. For example, AdventureLog.quote("Bob","Test") produces
To Reproduce
Steps to reproduce the behavior:
Enter AdventureLog.quote("Bob","Test") in the console or through a script macro.
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.
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")
producesTo Reproduce Steps to reproduce the behavior:
AdventureLog.quote("Bob","Test")
in the console or through a script macro.Expected behavior Producing something like what is produced from the normal chat usage of the quote feature, e.g.