View Single Post
04/03/15, 09:39 PM   #1
awesomebilly
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 23
MAC VS PC /dump command

hey guys,

Am I using the wrong command on mac?

PC:
/dump GetNumEmotes() = 203

MAC GetNumEmotes() = nothing

if I write a slash command

local function StupidDump()
d(GetNumEmotes())
end

The function will work??


Mac is so much better to program with(unix, workspaces, amazing trackpad)
but I really want access to /dump
  Reply With Quote