Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

How to make random variable for sugarcube2

How do i make a random variable fro text?

Comments

  • One solution is to use the either() function to randomly assign a String value to the variable.
    <<set $var to either("Blueberry", "Cherry", "Pecan")>>
    
    value: $var
    
Sign In or Register to comment.