Thread: Slash Commands
View Single Post
04-03-16, 08:21 PM   #9
Uitat
A Chromatic Dragonspawn
 
Uitat's Avatar
AddOn Author - Click to view addons
Join Date: May 2011
Posts: 162
this is the simplest way i found

simplest way i found

Code:
SLASH_COMMAND1 = "/text"
SLASH_COMMAND2 = "/longtext"
SlashCmdList["COMMAND"] = function()
	Activate_This_Function()
end
__________________
  Reply With Quote