View Single Post
TCArknight
Senior Member
 
Join Date: Jan 2007
Location: NW Arkansas
Posts: 1,321

Old November 25th, 2017, 11:21 AM
Found the solution with the evalrule.
Code:
	  var mychoice as string

	  if (field[usrChosen1].ischosen <> 0) then
	    mychoice = "Edge." & field[usrChosen1].chosen.idstring
	    endif

      validif (hero.tagsearch[mychoice] <> 0)
Swapping out the whole lastpos() thing for the bero.tagsearch[] worked perfectly.
TCArknight is offline   #2 Reply With Quote