GlobalScript.asc(562): Error (line 562): Parse error: unexpected 'else'
I got this after I went back and add/change a few things. Now does this mean there is an error before or after 562 because the stuff that comes before came with the keyboard templet. And even if iI try to delete it it says the next stuff "if" made a parse error, then so on.
Well frankly it means exactly what it says: there is an 'else' statement at a place where it shouldn't be. Most likely the if statement went missing. You need to search line 562 and the lines directly above for errors.
Thanks Wyz! it worked. That always stop me in a project i am working on.