float angle = radians(chf("angle"));
float mask = f@curveu;
mask += chf("offset")
mask = clamp (mask, 0,1);
angle* = mask*
rotate(4@localtransforms, angle @N);

을 적었는데 4번째 줄에서

Invalid source /obj/geo1/rigattribwrangle1/attribvop1
Error: Vex error: Unable to load shader 'op:/obj/geo1/rigattribwrangle1/attribvop1'.
Vex error: Unable to load shader 'op:/obj/geo1/rigattribwrangle1/attribvop1'
Syntax error, unexpected identifier, expecting ';'. (5,1)

이런 문제가 있다는데 무슨 뜻인가요?? 외국 유튜브 강의 들으면서 공부중인데 해결을 못하겠네요 ㅜㅜ 알려주시면 감사드리겠습니다 ㅜㅜ