y0014984 / Advanced-Equipment

Advanced Equipment is a Arma 3 mod, that brings equipment to life, like laptops and lamps.
Other
26 stars 9 forks source link

Fixed armaOS use delay #294

Closed y0014984 closed 1 year ago

y0014984 commented 1 year ago

If you bootup a laptop and the startup sound appears there is still a 5 sec. delay, before the ACE3 Interaction to use armaOS appears. This is because the turnOn function runs in scheduled environment. So every called function also runs in scheduled environment. Therefore the sleep 5; in the playSoundStart function has an effect and pauses the execution. By merging this Pull Request we get rid of that command, because I see no need for that.