Mordark
Community Developer
- Joined
- Mar 31, 2014
- Messages
- 291
- Reaction score
- 4
I'm using it in this context:
I've debugged it as well to Log:
It always logs: "Target is NOT in a bubble"
And yes, I'm on the US server.
Code:
if (getBuff(me.target, "Bubble Trap") == null)
break;
I've debugged it as well to Log:
Code:
if (getBuff(me.target, "Bubble Trap") == null)
Log("Target is NOT in a bubble");
Code:
if (getBuff(me.target "Bubble Trap") != null)
Log("Target is in a bubble");
It always logs: "Target is NOT in a bubble"
And yes, I'm on the US server.






