
Fixed the serverlist scrolling and the text line copy already. The editor seems to still have quite a big number of issues with resolutions which have borders.
Function luaL_dofile2(L:Byte Ptr, File:String) 	If luaL_loadfile(L, File) <> 0 Then 		' No stack trace 		Print "Error: " + lua_tostring(L, -1) 	Else 		' Stack trace goes here 		lua_pcall2(L, 0, 0, 0) 	EndIf EndFunction
function ai_hear_radio(source,radio) 	fai_radio(source,id) end
function ai_hear_radio(source,radio) 	fai_radio(source,radio) end