verb
Play_Music(s as sound)
alert("Would you like this sound to repeat?","Yes","No","Cancel")
if("Yes")
world<<(s,1)
if("No")
world<<(s,0)
if("Cancel")
return
Problem description:
verbs.dm:5:error::invalid expression
verbs.dm:7:error::invalid expression
(They used to be from different lines but I changed the line number to be relative with the snippet.