Creare un AppleScript ma per qualche motivo non funziona. Qualche idea, perché no?
delay 1
set volume 1
say "Hello " & (do shell script "whoami") using "Whisper"
say "Do you want to play a game?" using "Whisper"
display dialog "Do you want to play a game?" buttons {"Yes", "No"} default button 1
if the button returned of the result is "Yes" then
-- say "Bwahahahaha!"
else
-- display dialog "Big mistake" & (do shell script "whoami")
end if