View Single Post
06-22-20, 10:16 PM   #3
DahkCeles
A Cliff Giant
 
DahkCeles's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2020
Posts: 73
Adding on to what Seerah said:

The |T ... |t format is already partly populated in a table called ICON_LIST, so you can do something like this:

Lua Code:
  1. SendChatMessage(ICON_LIST[1].."0|t".."Hello World"), 'CHANNEL', nil, 1)


Source: https://authors.curseforge.com/forum...chat?comment=4
  Reply With Quote