[ENH] Recompile Templates on OOC Target Swap
TimothyLuke opened this issue ยท 0 comments
๐ข How does GSE currently work
GSE Currently recompiles templates when you zone or leave combat.
๐ข Describe the solution you'd like
By adding a watch on target changed outside of combat, users using IF blocks could customise a macro based on if they were targeting a boss using UnitIsBossMob("target")
. THey could even go a step further and check if the target was a specific boss and change what the template produces for specific encounters.