You are saying it wrong - "local" defined variables inside a function block are only available for that function. But if you don't use "local" prefix in variables, those will be global.
DX Animated Tips. Yeah, I've got them planned.
Not a bad idea, but that can be done by the user, so NO.
Planned already.
Simply no. If you want that, do it.
What?
There is script in community for that.
No, end es para definir el fin de la función (las acciones a realizar) en tu for. break es para terminar todas las ejecuciones de for, todas las funciones aplicadas a cada elemento (osea te saltarás los elementos que faltaban ejecutar)
No, debe ser "~=". Si se escribe de otra manera resulta en un error de sintaxis.
"==" significa "igual a"