To see which values are passed just do an action
in the script have
_value0 = _this select 0
_value1 = _this select 1
_value2 = _this select 2
etc
then
Hint format ["first value %1, second value %2, Third value %3", _value0, _value1, _value2]
And see what comes up