xxxxxxxxxx
String sent1part1 = "Mark invited his";
int friends = 3;
String sent1part2 = "childhood friends to his party in his mansion.";
String sent2part1 = "The party would consist of";
int peopleparty = 7;
String sent2part2 = "people: Mark, Benjamin (his butler), Chef, Abe (the Detective), and his childhood friends Damien (the Mayor), William (the Colonel), and the District Attorney.";
String sent3part1 = "They had fun all night drinking, playing poker, and dancing.";
int punch = 2;
String sent4part1 = "of the people in the party got in a small argument: the Detective and the District Attorney.";
String sent5part1 = "The Detective punched the DA and knocked them unconscious.";
String sent6part1 = "This all happened around";
int time1 = 1;
String sent6part2 = "am, so this was the queue for the remaining";
int restpartypeople = 6;
String sent6part3 = "to go to bed.";
String sent7part1 = "Around";
int time2 = 8;
String sent7part2 = "am, the DA woke up and met up with the Mayor to chat a little.";
String sent8part1 = "After the small talk, the DA walked downstairs.";
String sent9part1 = "They found Mark dead on the floor, then suddenly,";
int peoplewalkingin = 3;
String sent9part2 = "people walked in: The Detective, Chef, and Benjamin.";
println (sent1part1 , friends , sent1part2 , sent2part1 , peopleparty , sent2part2 , sent3part1 , punch , sent4part1 , sent5part1 , sent6part1 , time1 , sent6part2 , restpartypeople , sent6part3 , sent7part1 , time2 , sent7part2 , sent8part1 , sent9part1 , peoplewalkingin , sent9part2);
//Note: It is not showing properly on OpenProcessing