Snow days

var snowheight;
var sleep;
var homework;

function complain(toWho) {
    trace(“DAMNIT ” + toWho + “. EVERYBODY ELSE IS OFF SCHOOL D:”)
do walk();
}

function noschool() {
    sleep + 6;
    homework–;
}
function gotoschool() {
    sleep = 7;
    homework++;
complain(SD38);
}


if (snowheight > 30) {
    noschool();
} else {
    gotoschool();
}
end();

Yep. Really bored. And somewhat pissed off.


no more math!!! god dammit!! :XD
evil_chief_genius | 2006-11-29 01:39:00


*twich* O.< Somewhat pissed off?
My_Wonderful_Mistake | 2006-11-29 01:41:00


This is like…your horrible way of exacting revenge for all the dumb comments I put you through in Calc, isn’t it.

T___T *sob*
OnionKiD |
2006-11-29 01:51:00


What happened to pessimists rule?
Freeze1337 | 2006-11-29 01:56:00

Leave a Reply

Your email address will not be published. Required fields are marked *