Posted 17 November 2013 - 11:57 PM
Ok, so I want to get 3 bits of user input, such as:
how do I make a table like this from that data?
thanks guys!
name = io.read()
ID = io.read()
sort = io.read()
how do I make a table like this from that data?
t = {
name = {id = ID, destination = sort,},
}
thanks guys!
Edited on 17 November 2013 - 10:59 PM