Quote:
Originally Posted by Bearcat
Shit, seems like we need an algorithm.
if (falseNarrative) {
move(goalposts);
begintapOutClock(tapOut);
}
if (tapOut = "Acknowledged" or (goalpostMove = true AND tapOutMin >= 360)) {
exit;
}
|
I'd go for a more 'Middle Out' approach to the algorithm, if it were me.