Quote (sMACKTRiCKz @ Aug 7 2011 07:21pm)
idk those kids we played with last night blew my mind alot more
it's like playing with a fucking bot, could probably program a computer to play as horribly and predictably as them
#include <retard.h>
#ifdef FROM_BRASIL
for(;;)
{
Area area(500,500);
if(getEnemies(area) > 3 && getTeammates(area) <= 1)
{
attack();
}
else
{
sleep(5); //wait until all teammates are dead
attack();
}
if(getCreeps(area) && getCreepHP < 0.05 * MAX_CREEP_HP)
{
holdPosition(); // miss lasthit
}
else
{
attempLastHit(); //still miss last hit
}
if(KDratio < .33 && madLevel > 5)
{
break; //leave game
}
}
^Love this