Quote Originally Posted by «Dimman» View Post
heres a warm welcome ---> "Warm welcome" lol



Btw Mangos does not support Lua sorry.
Code:
local Mangos = nil

function MangosHasLua(pUnit, Event)
	local ManLua = Mangos:HasLua()
	if (ManLua == true) then
		pUnit:SendChatMessage(12, 0, "Mangos is full of win")
	else
	pUnit:SendChatMessage(12, 0, "Mangos is full of fail")
	end
end
True story.