Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: Believe82
Forum: Lua/XML Help 09-02-20, 02:05 PM
Replies: 4
Views: 5,405
Posted By Believe82
So I adapted to what you said: elseif input ==...

So I adapted to what you said:

elseif input == "print" then
for i,v in ipairs(mountList) do print(i,v) end
return
elseif input == "" then
else
local command, param1 = string.split(" ",...
Forum: Lua/XML Help 09-02-20, 09:46 AM
Replies: 4
Views: 5,405
Posted By Believe82
Thumbs down Adding char names to addon via slash command

Hi so I have addon that helps me distribute mounts and loot in aq40 and I would like to create an exemption table using a slash command.

At the moment I call the slash command via:

SLASH_NLOOT1 =...
Showing results 1 to 2 of 2