Quote Originally Posted by Boss View Post
hey all I'm needing some help. I used the Hotkey how to to setup a launch and rename script and all it did was loop opening new ones over and over. Anyone know where the problem lies?
It's not looping. Loops are frowned on here, so I want to be accurate about this.

What exactly is the mistake? You wrote "LaunchAndRename" five times in one place. That calls the subroutine five times. Then inside the subroutine you wrote "Run" five times. That launches WoW five times.

5 x 5 = 25, so HotkeyNet tries to open WoW 25 times.

That's not a loop. When you write something by hand five times, you're just writing something by hand five times.