| Check cures for group component since they don't seem to work on out of group toons
/if (${Spell[${CuretoCast}].TargetType.Find[group v]} && !${Spawn[id ${IniIDList.Arg[${j},|]} group].ID}) {
/if (${DebugHeal} && !${CureTimer${CTID}${i}}) /echo CURING: >> ${Spawn[${IniIDList.Arg[${j},|]}].CleanName} << is not in your group and >> ${CuretoCast} << is a group spell.
/if (!${Defined[CureTimer${CTID}${i}]}) {
/declare CureTimer${CTID}${i} timer outer 30s
/if (${DebugHeal}) /echo \amDEBUGHEALS CheckCures /echo declare CureTimer${CTID}${i} \agLine#: ${Macro.CurLine}
} else /if (!${CureTimer${CTID}${i}}) {
/varset CureTimer${CTID}${i} 30s
/if (${DebugHeal}) /echo \amDEBUGHEALS CheckCures /echo varset CureTimer${CTID}${i} \agLine#: ${Macro.CurLine}
}
/goto :NextID
}