Results 1 to 5 of 5

Thread: how to setup random tool

  1. #1
    Join Date
    Dec 2011
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default how to setup random tool

    i want to be able to watch tv and hear the alert if i get a random
    how do i add it to a script

  2. #2
    Join Date
    Feb 2009
    Location
    Hungary (GMT + 1)
    Posts
    1,774
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  3. #3
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Wrong section.
    This is for GUIDES, not questions.
    Moved.

  4. #4
    Join Date
    Dec 2011
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by YoHoJo View Post
    Wrong section.
    This is for GUIDES, not questions.
    Moved.
    im sorry thanks though
    i just thought it was a noob question

    Quote Originally Posted by Sabzi View Post
    i know but were do i make the path for the sound


    Thank You!!!
    Last edited by nickivey; 12-21-2011 at 08:22 PM.

  5. #5
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Don't double post please.
    You can set the path parameter as
    Simba Code:
    ScriptPath+'Alert.wav'
    Here is a sound you can use, attached it to my post.
    Extract that to exact same folder the script is in.

    Simba Code:
    SetupRandomTool(60000, VK_F1, ScriptPath+'Alert.wav)
    I THINK is correct, not 100% sure about VK_F1 parameter though.

    Basically it will play sound, give you 60 seconds to solve random, and you press F1 when you are either done/want script to control again.

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
  •