mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added parentheses back
This commit is contained in:
parent
60e4c2e601
commit
d192f7eea4
@ -46,4 +46,4 @@ _animations = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
// Select random animation
|
// Select random animation
|
||||||
(_animations select floor random count _animations)
|
(_animations select (floor (random (count _animations))))
|
||||||
|
Loading…
Reference in New Issue
Block a user