local narrows =
{
{8843, 3736.6, -1569, 150.8, 349, 0, 60},
{8843, 3736.7, -1569, 170.6, 348, 180, 60}
}
function just_a_function()
createObject(narrows[1])
createObject(narrows[2])
end
// just_a_function() is called in other function
It says 'createObject' [expected number at argument 1, got table]