Greetings,
The following script is intended as an example of a command you can add to GCP to make your WoW experience a bit more convenient. The GCP staff designed their utility to be extensible. With just a bit of effort, there's really very little you can't do to customize GCP's behavior to meet your needs.
Note1: Please see this post: http://www.gamecommanderpro.com/node/166 for a general overview of how to add commands to GCP.
Integrating the SmartBuff addon:
I use the addon called SmartBuff to handle the mechanics of buffing all my toons. However, I needed a way for all my toons to buff each other concurrently by repeatedly hitting a single key.
Here's how:
Create the following script in GCP:
SmartBuff: (I assigned mine to the “End” key, you can use whatever key you prefer)
<<All>> macro /click SmartBuff_KeyButton
The “<<All>>” is used to tell GCP, when I hit this button, hit the same button in all the WoW windows concurrently.
The “macro” tells GCP to send whatever follows on that line to WoW's command/macro parcer.
The “/click” tells WoW to tap the button you've bound to that key.
The “SmartBuff_KeyButton” is a reserved virtual (hidden) key designated by the SmartBuff addon.
So, now all I have to do is hit my “End” key repeatedly and all my toons buff the living daylights out of each other all at the same time. 'Tis an amazing site to behold, and quite a crowd pleaser. Of course the lights go a bit dim which tends to annoy Iron Forge's power maintenance crew, but hey, all in the name of efficient time management..... :)
That's it. Nothing fancy really, just a few commands to make things go a bit more smoothly.
Enjoy!
Zwipple

