View Single Post
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,147

Old May 18th, 2012, 12:21 PM
Quote:
Originally Posted by Mathias View Post
tagvalue[sLevel.?]

or

tagmax[], tagmin[]

(tagvalue will grab a random tag if there happened to be multiple tags with a value that fit the filter, but in this case, where there will never be more than one sLevel tag, it's faster for HL to execute than tagmax).
This also appears to work:

Code:
SL = field[usrChosen1].chosen.tagvalue[sLevel.?]
Sendric is offline   #14 Reply With Quote