#spherical vectors invalid syntax

1 messages · Page 1 of 1 (latest)

wet slate
#
loop 5 times:
    loop 40 times:
         set {_v} to spherical vector radius {_r}, yaw (loop-value*8), pitch 45```
it doesn't understand the spherical vector when i replace the radius size with the var {_r}
any ideas?
#

uh okay that's weird, now when i remove {_r} it doesn't work still

#

??????????

#

was working just fine before

#

i have the same syntax in another .sk file and it works there for some reason

finite fulcrum
#

When using multiple loops, you need to specify the loop-value (ex: loop-value-1 is the outer loop value and loop-value-2 is the inner loop value