Seems to have trouble formating scripts SELECT CASE in them. It probably only has trouble under certain conditions.
Yes it does. If it doesn't then my games don't work.SELECT CASE keydown$  CASE "UPARROW"   go up  CASE "DOWNARROW"   go down  CASE "RIGHTARROW"   go right  CASE "LEFTARROW"   go leftEND SELECTIt has to support it because that above is how I do my movement.