View Single Post
08-05-17, 10:04 AM   #4
Eragon_Edward
A Murloc Raider
Join Date: Aug 2017
Posts: 5
Edit

I could make it work , adding the 1 , at the end of each Slash_

SLASH_PHRASE1
So It works! now
now question 1,
what is the difference between

SlashCmdList = function(msg)
and
local function = <name>(msg)
?
and what exactly does (msg) or (txt) in that line?

question 2, is there function or array that I could use to get in one place all "local function " and "SendChatMessage", like a table or array"?
  Reply With Quote