You are in bed looking at the ceiling. You hear the alarm clock on your cell phone going off
[[Look at alarm clock]]
[[Stay in Bed]]
<<set $current_time to setup.getCurrentTime() >>
The alarm clock says <<print $current_time>>
[[ turn off alarm clock ]]
Your bed is too comfy.
[[Bed]] <<script>>
setup.getCurrentTime =function() {
var currentDate = new Date();
var currentHour = currentDate.getHours();
var currentMinute = currentDate.getMinutes();
var currentSecond = currentDate.getSeconds();
return currentHour + ":" + currentMinute + ":" + currentSecond;
};
<</script>>The alarm clock is off. Your groggy.
[[ Put your socks on ]]
[[ Grab your keys ]]
[[ Put your wallet in your pocket ]]You are missing a sockI take my keys and put it in my pocket. Je prends mes clés et je les mets dans ma poche.You put on your clothes and head out the door.