Quote Originally Posted by 'thinus',index.php?page=Thread&postID=36923#post36 923
Quote Originally Posted by 'Vyndree',index.php?page=Thread&postID=36916#post3 6916
You may be looking for [target=focustarget,nomodifier] as it treats each [] as a seperate condition and it will run with the first condition that is successfully met.
You can think of it this way:

[condition1] [condition2] [condition3] -> condition1 OR condition2 OR condition3

[condition1, condition2, condition3] -> condition1 AND condition2 AND condition3
Thanks, Thinus. Much more clear than my jibber jabber.