yeah!seebart wrote: ↑I think 7bit should have managed the entire Brexit process so in the end no one knows for sure what's going on and everybody just hopes for something. Also the actual voting would have been made similair to 7bot's ordering system based on very complex permutations to make things really confusing.
This is how I would have set up the referendum:
Code: Select all
unsigned long int remain=0;
void brexit()
{
print "Are you reading the SUN?";
if(yes) { print "thanks for your answer!"; return; }
else { print "wanna remain?" }
if(yes) { remain++; print "thanks for your answer!"; }
else { print "You sure?!";
if(yes) { print ":roll:"; remain--; }
else { print ":cool:"; remain++; }
}
}