Alarm clock

By Trav on May 31, 2007

Ok this script was very easy to make and very easy to use :D

All you do is type !alarm #ofsecs

Unfortunately you can only do seconds :(

Anyways, when that number of seconds has passed you'll get an alarm :D

Also the good thing is you can do multi alarms

Example...

!alarm 10
!alarm 120
!alarm 2700

You'd get an alarm in 10 seconds, 2 minutes, and 45 minutes! Not just one of 'em!

on *:TEXT:!alarm*:#:{
  notice $nick You're alarm will go off in $2- seconds  
  .timer 1 $2- notice $nick 4ALERT 3ALERT 12ALERT!
  .timer 1 $2- notice $nick 4ALERT 3ALERT 12ALERT!
  .timer 1 $2- notice $nick 4ALERT 3ALERT 12ALERT!
  .timer 1 $2- notice $nick 4ALERT 3ALERT 12ALERT!  
  .timer 1 $2- notice $nick 4ALERT 3ALERT 12ALERT!7It's been $2- seconds!

}

Comments

Sign in to comment.
RusselB   -  Jun 03, 2007

I\'d like to recommend that you take a look at my Countdown Timer at http://www.hawkee.com/snippet/2694/ to see how you could allow for multiple methods of setting the timer(s).

 Respond  
|MELIORITE|   -  May 31, 2007

Having a sound played or screen highlight would have been a way of making this snippet really fun and somewhat useful.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.