Help with macro to check if hidden tome spells have been learned

Could do it this way too. Just makes it easier to read/update in the future.

/run for k,v in pairs({['Blood Beasts']=288956,['Direhorns']=138430,['Mechanicals']=205154,['Feathermanes']=242155,['Cloud Serpents']=340826})do print(format('%s: %s', k, IsPlayerSpell(v) and '\124cff00ff00Yes\124r' or '\124cffff0000No\124r')) end
1 Like