This is caused by the rather, errm...,
unorthodox ship-adding script in Boomslang.oxp.
It reads
Code: Select all
{
boomslang = (
{
conditions = ("shipsFound_number lessthan 3");
do = ("addShipsAt: boomslang 1 pwm 16742 65777 22756");
}
);
}
This basically means that the engine adds BoomSlangs
all the time. Actually there is no check performed, so ships are added conditionless.
Obviously this was just a test script (a non-working script on top of that).
You should be fine if you just throw script.plist away.
No, wait a minute. You wouldn't be fine, because the boomslangAI.plist is broken as well.
So, the surgery would require a little more time than I have got now. *sigh*
My only advice for now is: Try to fix the OXP yourself, or get someone else to fix it, or de-install it for the time being.