Here's what I'm trying to do.

I want to map the F1-F5 keys to rotate to each shaman to cast Healing Wave in sequence if I hold down the <ctrl> key.

If the <ctrl> key (modifier) is not pressed, it will target the specific char instead (behaving like the default F1-F5 keys).

Here is my macro, 5 are setup, 1 for each shaman. And on each shaman the commas and spell are moved around properly in order.

/castsequence [target=NAMEHERE] [help] [modifier:ctrl] Healing Wave,,,,
/stopmacro [modifier:ctrl]
/target NAMEHERE

I've also tried putting the options seperated by commas inside the [] but still acts the same.

This behaves VERY oddly. Sometimes it works perfectly. Sometimes a shaman heals themselves. Sometimes they all wait til the main character cycles back around again then they all cast.

Very freakin' weird (or maybe I'm weird )

I'm using Keyclone on one machine.

Anyone have any ideas? Thanks.