I would like to create an output macro that randomly returns an affirmative response. I have created the following:
outputmacro: ^YES() [Yep][Yeah][Sure][Roger][Aye][Unquestionably]
It is currently returning only the first response each time it is called.
Also, I am getting
[Yep
as the response including the left square bracket. Is there another method for creating random responses using an output macro or is there a syntax error in my statement? Thanks.