And it's strange, when I used the ; the condition would only activate if boat6 was destroyed
Yep, wrong explanation from me before.
The semicolon isn't handled like an OR statement, it's still
handled as supposed to be => add another condition/statement/command to the previous one.
e.g: if you want to use two commands in the onActivation line,
you would have to seperate them by a semicolon.
If you do that in the condition field, only it can only have one
condition in whole. That means you need to stick more than
one conditions together by using AND OR statements, to
make the whole condition in one.
Now if you seperate them by the semicolon, you create more
than one condition, so every further condition than the first
one will overule the previous one. In your case the last condition was the one for me2boat6 - you get what i mean
~S~ CD