ID:150145
 
in an alert is there a way to make the buttons do certain things?
nm I got it :>
Yes, example:

switch(alert("Text","Title","Button 1","Button 2","Button 3"))
if("Button 1")
usr<<"Wow you pressed button one!"
if("Button 2")
usr<<"Wow you pressed button two!"
if("Button 3")
usr<<"Wow you pressed button three!!"


NOTE: This code won't work the way it is, and alert can only have three buttons