Results 1 to 3 of 3

Thread: Help with profile time setting

  1. #1
    Join Date
    May 2012
    Posts
    2

    Question Help with profile time setting

    I'm trying to create a profile for a game but having a few issues creating a delay time between events.
    Basically I need F1, F2 and another key being pressed repeatedly for around 5-10 minutes and then for those presses to stop so nothing occurs for another minute and then repeat the entire thing in an infinite loop, does anyone have any idea on how this can be achieved?

  2. #2
    Join Date
    Jul 2005
    Posts
    13,268
    Something like this

    Pressed Event
    key press F1
    key press F2
    key press A
    pause 0.5 sec
    loopback repeat x999
    pause 60 sec

    Released Event
    - empty -


    Then assign "sticky" and "rapid-fire" behaviors. I think that should do the trick, or at least get you started.

  3. #3
    Join Date
    May 2012
    Posts
    2
    Thanks so much for your help think i can manage from this

Posting Permissions

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