ID:163285
 
I am having problems with my game. After you select your race and class, I have it add specific techniques to a list, but when I try to have them come up in a window to choose using input, I cant get it to come up. Exactly how to I bring up my list?

For example purposes, my list name is techniques.
var/yourlist = list("a","b") //define your list
var/A = input("Hi select something", "title") in yourlist //get input from a user selecting something from a list.