lslEditor does not detect when a statement to switch to a state refers to a non-existant state.
e,g, in Default state I code
touch_start(integer num)
{ state ready; }
but state ready is not defined anywhere. lslEditor fails to issue an error.
Log in to post a comment.