Thread: Minions Help?
View Single Post
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old August 13th, 2021, 12:16 PM
Oh, OK, the picks with the "Vehicle" compset are effectively the race. That means you can't use a template that requires a specific pick. You have to have this template be within a table that displays picks from the Vehicle compset, or you need to redesign your template if you want it to be based on a more generic piece of the hero, like "personal". In that case, you need to use labeltext to reference the values, like this:
<label>
<labeltext><![CDATA[
perform hero.findchild[Vehicle].setfocus
doneif (state.isfocus = 0)
@text = focus.field[vebReliability].text
]]></labeltext>
</label>


Based on the information it looks like you're trying to display, I'd just make the table where the user chooses a vehicle type be a tall table, so that you've got room to display lots of info about the vehicle race that was added.
Mathias is offline   #5 Reply With Quote