Choose Word - Random
-
Hello I need to make a function to choose random a word from a list.
For example:
Hey <randomwordlist> whats up.Result should be one of them Random:
Hey hello whats up.
Hey 123 whats up.
Hey lol whats up.Wordlist:
123
hello
lolThank you for the help.
-
Put the list in a file, then use the ReadLines function in UTILITY block and finally the Random function in UTILITY > List to get a random one.
-
@Ruri thank you alot
-
@Ruri cant find an "random" function here?
Update: Found it Big THANKS