Quote Originally Posted by 'rahven32',index.php?page=Thread&postID=216181#pos t216181
Hmm this actually looks promising. How do you guys handle window switching or does it? The time line feature is pretty nice. Alot faster than trying to set it up in excel hehe.

Edit: Also how would you set up something like FTL with it?
Window switching is built into GameCommanderPro. Your leader is wherever you mouse is pointed, when we talk about leader we mean the biggest window. You can also store a zoomed position and size and have a hotkey (default "CTRL-Z") to zoom the active window.
Here's the follow command created by our setup wizard:
<<All>>
if %$LeaderChan% = 1
Follow Aarelan
endif
if %$LeaderChan% = 2
Follow Barelan
endif
if %$LeaderChan% = 3
Follow Carelan
endif
if %$LeaderChan% = 4
Follow Darelan
endif
if %$LeaderChan% = 5
Follow Earelan
endif


"%LeaderChan%" is the window containing the mouse, so as you can see, making macros dependent on the "active" character is really simple.
For example, in pvp, one tactic is to bust down a multiboxer's leader, but with GCP you could just point to the next window hit "CTRL-Z" and carry on fighting.

Honestly we had to google FTL because we mainly use GCP and we've never come across the FTL problem.