This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
So, what I need to do is create a system where I can assign traits to entities while also being able to call on the entites via math.random. I have this system which can call up a bunch all of the names in math.random, but also be able to assign an attribute to each character. Any ideas?
BoyNames = { "Daniel" , "Liam" , "Willy" , "Billy" , "Elijah" , "Percy" , "Mason" , "William" } print(BoyNames[math.random(1,8)]
if girl GirlNames = { "Kathy" , "Emma" , "Olivia" , "Ava" , "Mia" , "Sophia" , "Isabella" , "Charlotte" } print(GirlNames[math.random(1,8)]
Subreddit
Post Details
- Posted
- 6 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/lua/comment...