Code:
if (excuse == exists)
{
boolean BJ_fooling_with_his_comp = TRUE;
if (BJ_fooling_with_his_comp == TRUE)
{
Random rnd = new Random();
int the_bone = rnd.Next(1, 6);
if (the_bone == 1)
{
aggravate(technique = 'Bluescreen');
}
}
}
โ


Comment