01-03-2015, 01:14 PM 
		
	
	
		I have some code that is basically this:
	
	
	
	
	
local ChatMsg=cCompositeChat()
    :AddTextPart"a"
    :AddTextPart"b"
cRoot:BroadcastChat(ChatMsg)
When I do that, I get this:Code:
[22:07:00] LUA: Plugins/(removed, lel)/main.lua:61: error in function 'BroadcastChat'. 
     argument #1 is 'class cRoot'; 'cRoot' expected.
