Arma 3 Version: latest/stable
CBA Version: 3.x.x latest/stable
ACE3 Version: 3.x.xlatest/stable
Mods:
- CBA_A3
- ace
Description:
Steps to reproduce:
[[object1, object2], [controller1], ["images\image1.paa", "images\image2.paa"], ["Action1", "Action2"], 5, "My Slides"] call ace_slideshow_fnc_createSlideshow; ==> works
[[object1, object2], [controller1], ["images\image1.paa", "images\image2.paa","images\image3.paa"], ["Action1", "Action2"], 5, "My Slides"] call ace_slideshow_fnc_createSlideshow; ==> doesn't work
Where did the issue occur?
Placed Modules:
RPT log file:
"won't work" Means? Game crashes instantly, nothing happens, nuclear fallout?
No. You get a error in RPT(Which you btw didn't upload.. Like the issue template says)
must have equal number of items!
["images\image1.paa", "images\image2.paa","images\image3.paa"]
["one", "two","three"]
["Action1", "Action2"]
["one", "two"]... eh....
Thanks that answers my question/solves my problem (I should have read the function ''s header but in my defense it doesn't say anything about the actions here: https://ace3mod.com/wiki/framework/slideshow-framework.html )
Most helpful comment
"won't work" Means? Game crashes instantly, nothing happens, nuclear fallout?
No. You get a error in RPT(Which you btw didn't upload.. Like the issue template says)
https://github.com/acemod/ACE3/blob/1590948b92372d5648fd55cd5fbb44cf0302456a/addons/slideshow/functions/fnc_createSlideshow.sqf#L37
["one", "two","three"]
["one", "two"]... eh....