javascript - Variable els not working AppleScript -


so i'm making choice thing multiple answers here code need with.

if choice "start game"

display dialog: "it's 8pm feel tired enough go sleep, not quite enough. tomorrow last week of 6th grade, , got ready tomorrow go sleep?"

buttons {"sleep", "stay late"} 

set choice button returned of result

if choice "sleep"

display dialog "you go sleep, , next morning feel great! head downstairs , make breakfest waffels or pancakes?"

buttons {"waffels", "pancakes"} 

else

display dialog "you stay playing video games until 12am. next morning feel sleepy. head downstairs , see coffe have enough time there, have walk instead of bus. drink coffe?"

buttons {"yes drink coffe", "no go school"} 


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -