Close
Showing results 1 to 2 of 2
  1. #1

    Default More problems with AutoHotKey...

    This keeps telling me there's an invalid parameter #1 when I try "Run Script" from explorer...

    [code:1]
    Control & Alt & Shift & 1::
    #IfWinActive, World of Warcraft
    {
    ControlSend,, {control down}{alt down}{shift down}{1 down}{1 up}{shift up}{alt up}{control up}, ahk_id %wowid1%
    ControlSend,, {control down}{alt down}{shift down}{1 down}{1 up}{shift up}{alt up}{control up}, ahk_id %wowid2%
    ControlSend,, {control down}{alt down}{shift down}{1 down}{1 up}{shift up}{alt up}{control up}, ahk_id %wowid3%
    }
    Return
    [/code:1]

    Can anybody help me?

    -Memooselah

  2. #2

    Default

    try ControlSend, "",

    or controlsend, 0,


    using controlsend,,

    (two commas) is not a valid null value in most scripting + programming languages

Similar Threads

  1. FTL with autohotkey
    By wowphreak in forum Software Tools
    Replies: 1
    Last Post: 11-21-2008, 07:43 AM
  2. autohotkey movement problems
    By microgx in forum Software Tools
    Replies: 2
    Last Post: 09-15-2008, 12:56 PM
  3. Autohotkey
    By Anonymous in forum Software Tools
    Replies: 3
    Last Post: 09-25-2007, 09:23 AM
  4. Miscellaneous WoW problems (synergy + autohotkey)
    By Evilsmith in forum General WoW Discussion
    Replies: 5
    Last Post: 08-22-2007, 02:45 PM
  5. autohotkey
    By homerjunior in forum General WoW Discussion
    Replies: 0
    Last Post: 01-01-1970, 12:00 AM

Posting Rules

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