Thread Tools Display Modes
05/16/14, 05:40 AM   #1
Sternentau
board director
 
Sternentau's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 17
SendChatMessage

Within a roleplay session mostly you need to "play" large (pre-composed) text passages to your group (/p) or region (/s). Therefore i am searching for a way to create some kind of "RP-helper", but the SendChatMessage is no longer working...

Is there at least a way to "push" a prepared text (maybe "/s Welcome, worthy fellows") to the chat system so the player only has to press <enter> to send this message?

Not very comfortable, i know... is there any other idea to realize such a project?
  Reply With Quote
05/16/14, 05:55 AM   #2
Harven
 
Harven's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 135
Hey, you can use this function: CHAT_SYSTEM:StartTextEntry(text, channel, target) to "push" some text to given channel and target. The text will appear in the chat entry box so you just have to hit enter. (channel and target can be nil).
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » SendChatMessage


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off