View Single Post
08-06-18, 05:08 PM   #5
myName
A Deviate Faerie Dragon
 
myName's Avatar
Join Date: Jul 2018
Posts: 10
Presently I am using
Code:
SLASH_SERVANT1 = "/fs"
SlashCmdList.SERVANT = function(input)
	local command, link = strsplit(" ", input)

	print(command)
	print(link)
end
command = add
link = not a thing nor BugSack error
  Reply With Quote