-
Expression error: unclosed token, have no idea what it is
I’m getting the following error:
Unclosed token
when applying the expression below, have no idea what it means and can’t seem to fix it, can anyone help?
Thanks in advance.
t=time;if
(t>=5.75 && <6.2)
{
random(-3,3)
}
else
0
;