I found GF's guard power's string is Guardian_Shift_Block.
So I tried following code, neither of them works. Is class shift power not supported at all?
So I tried following code, neither of them works. Is class shift power not supported at all?
Code:
Spell.Cast("Guardian_Shift_Block", null, ent => true, ent => NyxNW.Me.Position),
Spell.Cast("Guardian_Shift_Block", ent => (ent as NWUnit).Position, ent => true),