Looking at the precondition
I wonder how many spells with a recast time > 30 there are. My BST spells with a long wait have 30s.
Rich (BB code):
/if (${MiscGemRemem} && ${MiscGemLW} && ${Spell[${castWhat}].RecastTime.TotalSeconds}>30 && ${ReMemWaitLong.Equal[null]})

