void loop() {
while (evil>good) {
sin.repent("mortal");
if (sin.status != forgiven) {
for (int rosary=1; rosary < 11; rosary++) {
Lord.supplicate();
Lord.implore();
kiss(beads);
}
}
}
sin.commit("mortal");
evil++;
}
Never once have I been able to (or really honestly wanted to) break out of the main loop....
of course in looking at it, I really ought to make a SIN class with properly exposed methods and interfaces.. modular code and all. The problem is which reference to use.. sure there's some commonality, but whose rules are we using?
