BigRon 10 Posted February 20, 2010 i need to run a script when the engine starts in a aircraft, cam someone give me an example on how to do that? Share this post Link to post Share on other sites
ceeeb 147 Posted February 20, 2010 aircraftName addEventHandler ["engine",{if (_this select 1) then {hint "engine on"} else {hint "engine off"}}] Share this post Link to post Share on other sites