Quote Originally Posted by Mitch_s_s
could you not use checkbox on change
then put
VB Code:
  1. if checkbox.value = true then
  2.   label.text = "Whatever you want to display here"
  3. end if

or am i missing the point?
That is similar to the idea i have, however i want it so when the checkbox.value = true and the checkbox is for a certain word in the list, and the word comes up as the label.text, it randomizes again. but i cant get it to work.