View Single Post
06-22-20, 11:03 PM   #4
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
Originally Posted by Walkerbo View Post
how to use the wow api to insert a target marker icon into a chat string

What do you mean? You can just put {skull} or {rt8} (locale-independent) in your string
Lua Code:
  1. SendChatMessage("{skull} Hello World")
Unless you actually want to print() it instead of SendChatMessage()
  Reply With Quote