I'm trying to do something I think is pretty simple but am running into some problems, so I figured I'd ask for your help.

I want a /follow and /assist macro that can be used whether I'm in a raid or in a party. If in a raid, follow and assist the raid leader. If not, follow and assist the party leader. Here's what I've got:

--------------------------------------
/follow raid1
/assist raid1
/stopmacro [raid1,exists]
/follow party1
/assist party1
--------------------------------------

And it doesn't work. The "/stopmacro [raid1,exists]" is ignored, even if the character is in a raid. So members of my raids that are not in the raid leader's party follow someone in their party rather than the raid leader.

Basically, I need something to use in /stopmacro that returns as true when in a raid and false otherwise. I thought [raid1,exists] would work, but no dice. BTW, nothing along this theme works either: [raid1,help], [raid1,dead], [raid1,nodead]

Any ideas?