Mortimer Jazz
10-15-2002, 06:26 PM
I thought we could have a competition. Someone must be able to do better than these, [and knowing you lot there should be some
funny ones in amongst the replies] :)
Pseudo scripts
some code from the past....not very pc but only joking - honest! ;)
if(nagged == true && socialLife== false){
woman = true;
_root.trousers.pocket.wallet = "";//empty
}else{
woman=false;
gotoAndPlay("withYourself");
}
drinking pseudo-code
if (day=="Monday" || day=="Tuesday" || day=="Wednesday" || day=="Thursday" || day=="Friday" || day=="Saturday" || day=="Sunday") {
if (money==true){
celebration.gotoAndStop ("pub");//yay!
}else{
//if you haven't got enough cash then ask yor parent
_parent.gotoAndPlay('onSympathy');
loadVariables("beg.txt", "mouth");
amount = 50;
harrass(amount);
}
}
function harrass(dosh){
while (_parent.hasGivenIn == false || cashGiven<dosh || begLevel!=100){
begLevel ++;
}
if (success){
return fakeGratitude;
gotoAndPlay("drinking games");
}
}
..or maybe you could add extra functionality to one of mine :)
They could be rated on usefulness - how about a function to shut the kids up or something :D
funny ones in amongst the replies] :)
Pseudo scripts
some code from the past....not very pc but only joking - honest! ;)
if(nagged == true && socialLife== false){
woman = true;
_root.trousers.pocket.wallet = "";//empty
}else{
woman=false;
gotoAndPlay("withYourself");
}
drinking pseudo-code
if (day=="Monday" || day=="Tuesday" || day=="Wednesday" || day=="Thursday" || day=="Friday" || day=="Saturday" || day=="Sunday") {
if (money==true){
celebration.gotoAndStop ("pub");//yay!
}else{
//if you haven't got enough cash then ask yor parent
_parent.gotoAndPlay('onSympathy');
loadVariables("beg.txt", "mouth");
amount = 50;
harrass(amount);
}
}
function harrass(dosh){
while (_parent.hasGivenIn == false || cashGiven<dosh || begLevel!=100){
begLevel ++;
}
if (success){
return fakeGratitude;
gotoAndPlay("drinking games");
}
}
..or maybe you could add extra functionality to one of mine :)
They could be rated on usefulness - how about a function to shut the kids up or something :D