Random Quote Using Tables?

Ok, so I set up a table with 20 rows of quotes and sayings that I want an actor to randomly display. I did this a long time ago and now I forgot how I did it. Can anyone help me? Thanks.

Best Answers

Answers

  • SolarPepperStudiosSolarPepperStudios Member Posts: 754
    Not really what I was looking for, but it did help me solve an error in my formula. For anyone out there needing that formula here it is:
    Display Text:
    tableCellValue( game.Random.Quote ,random(1,20),1)

    Replace 20 with the number of rows you have. ;)
Sign In or Register to comment.