View Single Post
NotTheMessiah's Avatar
Posts: 373 | Thanked: 40 times | Joined on Nov 2009 @ Norwich
#3563
bool bAllCustomersHaveMeltedBrains = false;
N900 *n900Stock = NULL;

//N900 Despatch Timing Loop
while(!bAllCustomersHaveMeltedBrains)
{
KeepRetailersInTheDark();

if(CheckEnquiriesRegardingDeliveryOfN900())
HaveSalesTeamMakeSomethingUp();
else
SayNothing();

bAllCustomersHaveMeltedBrains = CheckConsumerBaseStatus();

DeliveryDelayTime += 5;
}

n900Stock = new n900Stock[50]; //allocate a few units, but not toooo many.

DespatchStock(n900Stock, 50);

A little pesemistic i know, but hey, im getting bored.
 

The Following 3 Users Say Thank You to NotTheMessiah For This Useful Post: