Macro assistance pls

trying to make this macro below do

1 - blade of justice target
2 - cast flash of light on arena target 1 with ( shift )
3 - cast flash of light on arena party 2 with ( control )
4- cast self flash of light with ( alt )

i cant get the macro to function properly below, it wont cast flash on me at all

#showtooltip
/cast Blade of Justice
/cast [mod:alt,@player][mod:shift,@party1] [mod:Ctrl,@party2] [] Flash of Light

Any help would be awesome and thx

I assume you meant party1 and not arena1 for the shift Flash

#showtooltip
/cast [mod:alt,@player] [mod:shift,@party1] [mod:ctrl,@party2] Flash of Light; Blade of Justice