Thank you, AFRLme, that Page might be a big Help.

I just had to "correct" your good old "alignChar"-Script, "atan2" is now "atan"... but then now I am really getting stuck, because the Debugger says there's a Problem with the drawLine-Function, and the none of these two Pages give me a Hint as to what I have to change, but the Debugger says:
err = [string "(8,194)"]:99: bad argument #3 to 'drawLine' (number has no integer representation)
But what do I have to do then? NOT use ".Int" at Lines with Stuff like "Guard.Values.Recognition.Int/100"? Because then I get a different Error for trying to do Math-Stuff on a Visionaire-Object. Does ".Int" no longer work? The Lua-Manual-Pages have no mention of that, but mention "lua_numbertointeger", but that hasn't helped either. Does the Value have o be changed into something other than an Integer now?