Lee Saves the World
January 25, 2007
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'));
}
Posted at 12:22 pm.
2 Comments