I think your referring to the an input proc with the choices in a list.
<dm>
mob
icon='icon.dmi'
Login()
icon_state=input("What do you look like?") in list("Tall","Short","Medium","AWESOME")
//You should look up the input proc in the reference, and you should read the DM guide, also.
<dm>
mob
icon='icon.dmi'
Login()
icon_state=input("What do you look like?") in list("Tall","Short","Medium","AWESOME")
//You should look up the input proc in the reference, and you should read the DM guide, also.