Random Joke Generator?

Assuming you’re using blueprints, you probably want an array of strings (the jokes).

Everytime you want a random joke, just use a shuffle node on the array and grab the first joke.