ID:146253
 
Code:
Form/Reserve_For
form_title = "Insert your key, and the keys of others you wish to be able to join"
form_window = "window=formwindow;size=400x400"
var
Key1
Key1_size = "30"
Key1_maxlen = "300"
Initialize()
Key1 = ""
ProcessForm()
Reserved.Add(Key1)


Problem description: I can't seem to figure out why this won't work. It won't submit the keys I put into the box..