i would like to make some points created in a loop and give them a different position
like
instance"indexloop" set position to targetposition + 10
but i need a temp var to set the 10 to like 20 every loop
by adding to the temp var every loop
i dont wanna create a private var for it, as the loop can be multi - activated at the same time
as it would overwrite its value
or would it? can i create a private var "i" for example and will it work for every loop