Blockland Forums > Modification Help
What are the effects of making minigamecstar fishe always be true.
<< < (2/2)
Chrono:
Which are bots.
Space Guy:
Bushido made a player object its own client then included in the minigame instead of the AIConnection (fake bot client) you're supposed to use for that kind of thing. TDM loops through everybody in the minigame to give e.g. score updates. This causes an error every minute for every sentry that exists.
lordician:

--- Code: ---//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.
}

--- End code ---
Then this didn't help i guess?
Since he included that to prevent console spam.
Chrono:
Bottom and center prints.
Navigation
Message Index
Previous page

Go to full version