ID:169467
 
I was trying to take the initiative instead of using other peoples admin system I wanted to make mine from scratch but i've ran into a snag. My create verb does exactly what I thought it would do instead of exactly what I wanted it to do. <.< I've seen other people do it this way how come I can't? =(

Create()
set category="Admin"
var/L[] = typesof(/atom)
var/create=input("What do you want to create?","Admin") in list("[L]","Cancel")
var/create=input("What do you want to create?","Admin") in L+"Cancel"
In response to Hell Ramen
Oh DUH! I didn't know you could do that, I thought it was looking for paramaters in a parenthysis.
In response to InuTracy
Is there any way to do it unless this in thingy? Just wondering....