ID:169106
 
You know the input() proc. Well when your choosing options using it ((e.g below)) is there anyway to set the background picture on it if it is possible?

Example:
var/s = input("What would you like to do?")in list("Leave","Nothing")
No! Sorry. But I do think this will be an option in BYOND 4.0. BYOND 4.0 will allow a lot of the DS window to be customized! I guess you'll have to wait until then.
In response to Crashed
Really?! I cant wait.
While non content-related facets of the input() window aren't customizable, you can use browse() to make your own input box, but one that's more customizable. Using browse(), however, requires knowledge of XHTML, and is a lot easier to use if you know CSS. You can learn about both of these at http://www.w3schools.com.