Hi,
I'm trying to make a script that chooses two random names and displays or says them, and keeps picking names until there are no more left.
Can I use a list and if so I can't work out how to not pick twice, the other method I though was to make a sprite for all the names but not got any further than that.
Any ideas appreciated!
Thanks
Offline
The best way to prevent picking the same name twice is to delete the names that have been picked from the list, like this:
Offline