mastorione
New Member
- Joined
- Nov 18, 2013
- Messages
- 8
Hi, I was wondering how to put in a condition that activates ability A after X stacks of Ability B? e.g. three stacks of harnessed shadows for jedi shadow then he cast's telekinetic throw? Tried adding (3) but still activated telekinetic throw with only one stack of HS. Thanks in advance.
if (MercCast("Telekinetic Throw", !CTDebuffs.Contains("Harnessed Shadows (3)"))) return true;
if (MercCast("Telekinetic Throw", !CTDebuffs.Contains("Harnessed Shadows (3)"))) return true;