Quote: "I would be happy if it will be possible to place parameters on several lines when I call functions also."
often its possible to replace much parameters with a struct, means one parameter as user defined type.
similar in case of if then its possible to relocate the conditions in a function
if test(input) then
so the complex condition are all inside a function with a better overview, and the main condition is also more readable.
AGK (Steam) V2.0.15d : Windows 10 Pro 64 Bit : AMD (15.201.1151.0) Radeon R7 265 : Mac mini OS X 10.10 (Yosemite)