<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>jumps on asdfasdfasdfasdfddd</title><link>https://academy.test.quriobot.com/tags/jumps/</link><description>Recent content in jumps on asdfasdfasdfasdfddd</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><atom:link href="https://academy.test.quriobot.com/tags/jumps/index.xml" rel="self" type="application/rss+xml"/><item><title>Make Quriobot sensitive to Time of day and have different responses or jumps based on the time of day</title><link>https://academy.test.quriobot.com/how-to-build-an-advanced-bot/make-quriobot-sensitive-to-time-of-day-and-have-different-responses-or-jumps-based-on-the-time-of-day/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://academy.test.quriobot.com/how-to-build-an-advanced-bot/make-quriobot-sensitive-to-time-of-day-and-have-different-responses-or-jumps-based-on-the-time-of-day/</guid><description>To make Quriobot sensitive to the time of day and subsequently program your bot to have different responses or jumps based on the time of day just follow these steps:
Note: you can see a demo bot here
We will make use of the script variables.
Step 0: Enable developer mode
Step 1: Create a script variable named greeting:
function(callback, variables) { var hourNow = quriobot.moment().hour() if (typeof variables.userTimezone.value !== &amp;#34;undefined&amp;#34;) { hourNow = quriobot.</description></item></channel></rss>