Need some help here: I'm trying to write a macro that changes 2 pet skills on my cross hotbar when i summon a specific pet. i.e. i wanna assign contagion to slot LD3 the moment i summon garuda.

/chotbar set "Contagion" 1 LD3

the problem here is that Contagion isn't considered a valid action for whatever reason. Now i know from sch that if i wanna use a macroicon for a pet action i need to specify the pet it belongs to like /macroicon "Whispering Dawn" pet Eos
but it's not working like this for the contagion example

/chotbar set "Contagion" pet Garuda-Egi 1 LD3

so either the macro is just wrong and i cant figure it out or is it just not possible to set pet actions via text command to a certain slot?

Also macros can't be set to slots either this way?