-- file
local file = io.open("./Temp/Export.log", "w")
if file then
io.output(file)
end
-- data
--function LuaExportAfterNextFrame()
local _target = LoGetLockedTargetInformation()
if _target then
for i,cur in pairs(_target) do
_tCountry = Country
_tID = ID
end
end
-- export
io.write(string.format("TargetCountry = %s, ID = %d", cur._tCountry, cur._tID))