View Single Post
12-01-14, 08:36 AM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Try calling SecureCmdOptionParse yourself to see what's happening:

Code:
/dump SecureCmdOptionParse("[@target,harm,nodead] target; [@focustarget,harm,nodead] focustarget; [@targettarget,harm,nodead] targettarget; [@party1target,harm,nodead] party1target; [@mouseover,harm,nodead] mousever; nothing")
From there, it's easy to play around with it until you're getting the desired result.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.

Last edited by Phanx : 12-01-14 at 12:01 PM.
  Reply With Quote