//These stop console spam.
//If you use these in something else, I'm sorry. Comment them out.
function AIPlayer::incScore(%this, %obj)
{
//do nothing.
}
function AIPlayer::onDeath(%this, %obj, %source)
{
//do nothing.
}
Then this didn't help i guess?
Since he included that to prevent console spam.