switch(alert("Would you like to play",,"Yes","No","Quit")) //All this code is in a proc
if("Yes")
world << "[src] is playing."
if("No")
world << "[src] is not playing."
Problem description: I get a warning
called "empty switch statement." Is there something wrong in my code?