PDA

View Full Version : XBST help



Merkz
11-08-2012, 03:19 AM
I don't know if it is the right section but..

I was making a script with one liners and obviously, albeit accidentally, messed up something with the way point list and now it is in "Invalid XML format (expected =)!"

My question is if there is an easy way to find where my error is, or do I have to just delete all my one liner scripts till I find the culprit?

Thanks

HolmaN
11-08-2012, 06:38 AM
I had this problem. I added "east" indtead of 'east' in a oneliner. check such things.
Can obviously been cuased by something else, but its a start.

Spectrus
11-08-2012, 06:39 AM
You can check each one liner by finding it in the list and double clicking. Try to use ' and not " seeing as Lua accepts either but the XBST will be effected if you use ". Otherwise you can check the file as a whole by opening it in notepad.

Merkz
11-08-2012, 05:58 PM
Yea I was doing that but my scripts were too long and started doing this:
http://img35.imageshack.us/img35/1790/scriptx.png
Which makes it hard to edit if it is beyond the ?dialog box? if you see what I'm saying.

So I started editing in notepad++ because of convenience, and messed something up. I finally found my mistake, even though it took a while.. haha..

Thanks for the help though!