Epoch/Sources/epoch_config/scripts/DoorNoHandle_close.sqf

6 lines
165 B
Plaintext
Raw Normal View History

2015-09-14 20:45:27 +00:00
// Close a door without an animated doorhandle.
// _this select 0 object pointer
// _this select 1 door animation
(_this select 0) animate [(_this select 1), 0];