Results 1 to 3 of 3

Thread: Alarm & Countdown Script

  1. #1
    Join Date
    May 2007
    Location
    England
    Posts
    4,140
    Mentioned
    11 Post(s)
    Quoted
    266 Post(s)

    Default Alarm & Countdown Script

    This is just a simple alarm and countdown script I made whilst I was bored.

    Instructions:
    - Change directory if the one entered doesn't exist.
    - Press PLAY.
    - Choose alarm or countdown with first form.
    - The next form will depend on the first choice - if you chose alarm, it will ask for the time you want in HH:MM:SS AM/PM format. If you chose countdown, you will need to enter how long to countdown in minutes.
    - Wait until alarm sounds.
    - Press F2 to stop alarm.

    Let me know what you think!

    Doesn't work with Simba, due to Simba not having ReadLn.
    Last edited by Rich; 04-17-2010 at 02:43 PM.
    <3

    Quote Originally Posted by Eminem
    I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.

  2. #2
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    SCAR Code:
    Line 14: [Error] (22125:5): Unknown identifier 'Result' in script
    You need to change that procedure into a function.

    Edit, also:

    SCAR Code:
    if AlarmOrCD then
        DoAlarm;
      else

    to:

    SCAR Code:
    if AlarmOrCD then
        DoAlarm
      else

  3. #3
    Join Date
    May 2007
    Location
    England
    Posts
    4,140
    Mentioned
    11 Post(s)
    Quoted
    266 Post(s)

    Default

    Thanks Naum. I guess that's what I get for not testing
    <3

    Quote Originally Posted by Eminem
    I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •