More control over aircraft deaths
Moderator: Moderators
Code: Select all
while (true) break;
if (true) {
this=that;
break;
that=this;
}
for (a=0; a < 10; ++a) {
if (a == 5) break;
}
Ok, here is the patch. I cannot test it now as I made it at work (and my boss won't understand why I need to start something that looks surprisingly like a game on a workstation), so if somebody could compile and test it, please do so.
Basically it introduces a new set/get constant, CRASHING (96). returns 1 for a crashing plane, 0 otherwise.
starts a plane's crashing sequence. I'm not sure whetherwill abort it or not.
Basically it introduces a new set/get constant, CRASHING (96).
Code: Select all
get CRASHING
Code: Select all
set CRASHING to 1
Code: Select all
set CRASHING to 0