Ansible2 / Kiska-Function-Library

0 stars 1 forks source link

Random Music will not play if (or takes a significant amount of time to do so) #153

Closed Ansible2 closed 11 months ago

Ansible2 commented 1 year ago

If a dev plays a song with:

[
    "CCM_HF_surrounded"
] spawn KISKA_fnc_playMusic;

and then tries to play random music after:

[   
    1,
    [
        "CCM_WTM_AdrenalineInMyBlood"
    ]
] call KISKA_fnc_randomMusic;

the random music does not seem start after.