mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
6 lines
165 B
Plaintext
6 lines
165 B
Plaintext
// 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]; |