documentation index ◦ reference manual ◦ function index
Method: | renpy.random.choice | (seq): |
Return a random element from the non-empty sequence seq.
# return a random element from a list $ randfruit = renpy.random.choice(['apple', 'orange', 'plum'])