You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
0 B
11 lines
0 B
14 years ago
|
var nofuel = props.globals.getNode("engines/engine[0]/out-of-fuel",1 );
|
||
|
|
||
|
|
||
|
var kill_engine = func {
|
||
|
nofuel.setValue(1);
|
||
|
nofuel.setAttribute("writable", 0);
|
||
|
# interpolate ("/engines/engine[0]/fuel-press", 0, 1);
|
||
|
# interpolate ("/engines/engine[0]/mp-osi", 0, 1.5);
|
||
|
|
||
|
}
|