Page 1 of 1

How can I tell if Target = corpse?

Posted: Sat Apr 07, 2012 1:00 pm
by spartikus
How to tell if Target is a corpse or not.

Sometimes when I use /target npc xxxxx I get corpses.. Just want to do a validity check.


Sorry if I'm blind I couldn't figure this out from the wiki :/

Re: How can I tell if Target = corpse?

Posted: Sat Apr 07, 2012 1:15 pm
by dewey2461
/echo ${Target.Type} so probably something like ${Target.Type[CORPSE]}

Re: How can I tell if Target = corpse?

Posted: Sat Apr 07, 2012 1:29 pm
by spartikus
Right on Dewey thanks. I'll give it a whirl right now. Also think I figured out my XP counter. Droid was way closer than my crappy math :).

Will post updates.

Thanks again

Re: How can I tell if Target = corpse?

Posted: Sat Apr 07, 2012 1:59 pm
by dont_know_at_all

Code: Select all

${Target.Type.Equal[corpse]}

Re: How can I tell if Target = corpse?

Posted: Sat Apr 07, 2012 5:43 pm
by spartikus
People here rock. Thanks DKAA. My targetting logic is soo much better now.

You guys rock :)