Post Reply Home » Forums » Star Wars The Old Republic » SWTOR Discussions

need a Windows tech person for help with a macro./script : SWTOR Discussions

Posted: January 31st, 2012
Total Posts:13 Joined:2012
so i run this script for pvp, on my OP. thing is sometimes i accidentaly hi the hot key more then once and multiple scripts pop up. which causes me to !@#$%^&* up and have to alt tab out and close them. is there anyway to lock a process to open once?

it opens up as macroplayer*32.exe and the others just duplicate it. i want to make it to it just opens once.

fyi i use grasssoft/ Advanced macro recorder-player. used it for years.
Posted: February 1st, 2012
User avatar
Total Posts:1087 Joined:2007
If you are using autoit to make your macro do this.

Code: Select all

If ProcessExists("macroplayer*32.exe") Then
    MsgBox(0, "You idiot!", "macroplayer*32 is already running.")
Exit 0
EndIf

_________________
Cuervo, the drink.
Ready to join the community? Click here and see all of the benefits!
blue large dotWho is online
Users browsing this forum: No registered users and 3 guests
Post Reply