Epoch/Sources/epoch_config/scripts/DoorNoHandle_open.sqf
2015-09-14 15:45:27 -05:00

6 lines
164 B
Plaintext

// Open a door without an animated doorhandle.
// _this select 0 object pointer
// _this select 1 door animation
(_this select 0) animate [(_this select 1), 1];