digitalHaze
New Member
- Joined
- Nov 22, 2015
- Messages
- 12
Im looking to add an enemy check to orbital strike and Plasma probe.
the Spells in question are written as follows:
Spell.CastOnGround("Orbital Strike"),
Spell.DoTGround("Plasma Probe", 8500),
Im looking to add an enemy check. Something like this:
Me.CurrentTarget.WeakOrGreater()
The reason is because I always end up spamming my friends during a run if I accidentally target them. Problem only seems to occur with these two spells. Every way ive tried so far refuses to compile. Anybody know the correct way to add the check to these two spells?
the Spells in question are written as follows:
Spell.CastOnGround("Orbital Strike"),
Spell.DoTGround("Plasma Probe", 8500),
Im looking to add an enemy check. Something like this:
Me.CurrentTarget.WeakOrGreater()
The reason is because I always end up spamming my friends during a run if I accidentally target them. Problem only seems to occur with these two spells. Every way ive tried so far refuses to compile. Anybody know the correct way to add the check to these two spells?