Thanks for the very prompt reply! I have tried that as well, but no luck either. The affected code looks like this (I’m using debug to see what is going on, and then sending the results to SSC-32)
[code]Main
planepitch var word
planeroll var word
planepitch1 var word
planeroll1 var word
Well, if that code is what you just tried, then you still have an ax0 in there
Also, you have planepitch=planepitch-10 and planepitch=planepitch+10, but you never define what they are to begin with. I’m not sure if that would cause problems or not
I haven’t used debug much. I find using a serout command to be much more reliable. To use it you click on terminal1 then select the baud rate then click connect.
So, maybe you could try something like this:
[code]
planepitch var word
planeroll var word
planepitch1 var word
planeroll1 var word