Okay, I want to simply do an event if an npc is successfuly targeted...
Not sure how exactly the /if command works but from reading other's posts it should go something like this i believe...
/target Billy
/if (${Target}) {
/say "Billy is targeted!"}
/else /if ($!{Target}) {
/say "Billy is NOT present!"}
...
So this should target billy using the target command, and if he is present say he is targeted, but if he is not present it will say so.
Simple I know, but I'm not sure of the syntax yet, as I am a brand noob!
Thanks.



