I want to create a circle of dust particles but I do not know how to make an argument for the dust transition. Here is my function:
wait 1 tick
loop 45 times:
loop 1 times:
set {_v} to spherical vector radius {_n}, yaw (loop-value-1 * 8), pitch (loop-value-2)
lerp 1 of {_t} using {_u} at {_l} ~ {_v} with offset vector(0,0,0) with extra {_n2}```