Well, not ley lines... the scripting kind...
Any reason I can't write code like this;
if a > b
or
-- \\\ -- want to combine all those below into one comparison
c < d
and
e > f
and
g < h then
-- /// -- want to combine all those above into one comparison
... set a variable or something, etc
end
Seems to glitch out, notepad++ shows a bracket [-] above this code
pointing at a;
[-] SetRotation line -- which doesn't begin or end if/ then/ end
|
|
|
BTW-- no error code, just unexpected results....