View Single Post
Old 06-07-2007, 09:45 AM   #5 (permalink)
Niki
Senior Member
 
Join Date: Nov 2006
Posts: 565
Niki is on a distinguished road
Default New version out !!!

while (Niki != Billionaire) {

idea = new PassiveIncomeIdea;

if (idea.getFeasability == veryFeasible)
{
growUntilHighProfits(idea);
wallet.savings = idea.profits / 3;
wallet.investments = idea.profits / 2;
wallet.spendable = idea.profits;
}

}
Niki is offline   Reply With Quote