10 lines
191 B
Plaintext
10 lines
191 B
Plaintext
|
global function util_drop_solid_boosters {
|
||
|
parameter p_throttle.
|
||
|
when stage:resourcesLex["SolidFuel"]:amount = 0 then {
|
||
|
wait 0.5.
|
||
|
stage.
|
||
|
wait 0.5.
|
||
|
lock throttle to p_throttle.
|
||
|
}
|
||
|
}
|