8 lines
173 B
Plaintext
8 lines
173 B
Plaintext
setlistener("sim/crashed", func() {
|
|
var crash = getprop("sim/crashed");
|
|
|
|
if (crash){
|
|
var ctext = "Airplane crashed";
|
|
screen.log.write(ctext);
|
|
}
|
|
}); |