I set up a list with 5 questions and I want to ask a question with the text from one of the entries in my list. How can I set this up?
Offline
when i receive [ask now v] ask (item (any v) of [list v]) and waitdoes this help?
Offline
bubby3 wrote:
How to ask all questions:
when gf clicked set [counter v] to [0] repeat (length of [list v]) change [counter v] by (1) ask (item (counter) of [questions v]) and wait wait <whatever amount you want> secs end
Offline