Lee Saves the World

Lee’s plan to save the world is as follows:

// Lee's plan to save the world...
var lee = everyone.getPerson['Fastenau','Lee','William'];
var myPerspective = {evil:'Killing people',good:'Playing videogames'};
for (var personId in everyone) {
	var p = everyone[personId];
	p.desiresWorldPeace = true;
	p.proactive = true;
	p.perspective = myPerspective;
	p.send (lee,p.assets.getAssetType('cash').getAmount(1,'dollar'));
}

2 Responses to “Lee Saves the World”

  1. Lee
    January 25th, 2007 | 12:28 pm

    My code was totally broken and would have probably caused even more violent conflict in the world. Thankfully, Aaron suggested I force my own perspective on everyone.

    So, thanks Aaron. And thanks for posting this! :)

    (PS: People of the world, when you start loving videogames, I highly recommend downloading MAME and getting your Burgertime on.)

  2. Jerod
    January 29th, 2007 | 3:28 pm

    Hmmmmmm….

    Burgertime.

    Was that N64 or PS1?

Leave a reply