Thread: Slash Commands
View Single Post
Unread 10-14-11, 05:53 AM   #5
Aieny
Veiled Ripper
 
Aieny's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2011
Posts: 40
Right now, we don't have any way to have an Addon communicate with other players, or execute any real commands. I'm sure that is coming, and you can at least get the groundwork setup for your Addon, but until we have access to use the /emote command, or something similar, you won't quite be able to finish. (just a heads up )
__________________
Lua Code:
  1. local function signature()
  2.     print("Aieny Celenovia")
  3.     print("www.riftcrafter.com")
  4. end
Aieny is offline   Reply With Quote