0.3.6 -- No way to send text from macro to chat as "impersonated" token.
24 views
Skip to first unread message
Mora Fermi
unread,
Apr 26, 2014, 11:36:35 AM4/26/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to t3-dis...@googlegroups.com
Hello,
None of say/emit/print API functions will send to text as coming from the "impersonated" token. I suspect it's actually a bug in "emit()", since "say()" does prepend the user name to the text.
Virenerus
unread,
Apr 28, 2014, 2:19:50 AM4/28/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to t3-dis...@googlegroups.com
To speak as a token use the same methods of the corresponding token. You woul write something like
token.say("Hallo");
When I tried it right now I saw that it is actually printing the id of the token instead of the name to the chat. I will have to overhaul how impersonation works in the code anyways because the old system is really really weird ^^ ps: also the images of the tokens are missing
Mora Fermi
unread,
Jul 4, 2014, 2:31:16 PM7/4/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to t3-dis...@googlegroups.com
token.say() does the right thing in the latest build. It properly displays token name and image along with the text.