View Single Post
05-18-10, 05:56 AM   #3
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 716
This is not limited at all!

Code:
local function slash(arg)
	print(arg or "No arguments given.")
end

SlashCmdList["EXAMPLE"] = slash
SLASH_EXAMPLE1 = "/exampleslash1"
SLASH_EXAMPLE2 = "/exampleslash2"
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
  Reply With Quote