Quote Originally Posted by 'falsfire3401',index.php?page=Thread&postID=204861 #post204861
Quote Originally Posted by 'Darelik',index.php?page=Thread&postID=204676#post 204676
falsfire3401:
/cast [target=player] Heal would cast max rank Heal on self
/cast [target=party1] Heal would cast max rank Heal on the next partymember (if you are partied, else won't work)
/cast [target=toonname] Heal would cast max rank Heal on "toonname" if you are partied with "toonname"

check if you're partied with "toonname"
Even the heal on [target=player] didn't work when I tried it in a macro...so I switched to targeting toons by name to heal them...
the word player stays AS IS when making the macro. it doesn't mean player as in "the player's name." it means you/yourself (or whoever is using that macro...ie the active toon).
so when u have the [target=player] parameter in a macro, it would always refer to you/yourself/active toon.

party member variables for use in a macro's "[target= ]" parameter:
player = yourself
party1 = leader
party2 = } the rest
party3 = } of the
party4 = } party

note: party5 does not exist (!) as there are only 5 members in a party. hope that helped.