ID:273901
 
This only allows three choices:

switch(alert())

So how do I allow them to pick from a list? Thanks, I can't believe I forgot this.

_>

switch( input ( object , "message" , "title" ) in list ( "options" , "keep"  , "going" ) )
In response to Neimo
Thank you very much. I checked the DM guide and googled it but couldn't find anything.