• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

fShowWhat.? Timing

Ah, is there a reason it has to be that early or could a post level timing be possible for things that might not gain a selector until you're say level 10.
 
Not sure. Couldn't you just set the candidate field's text directly instead of applying a tag if you need to do it that late?
 
Yeah you can. I'm just trying for an easier/more elegant looking/less typo prone approach. Same reason I was trying to figure out how to make more fShowWhat.? tags but I'm not sure if they're attached to some type of component/compset or what.
 
Yeah it is. But even non-dynamic tag groups can be added to if they're identity tags on a component. But I'm guessing you guys just a component script that says something like

Code:
   if (tagis[fShowWhat.AlignAxis] <> 0) then
       field[usrCandid1].text = "component.SelectHelp & Selection.AlignAxis"
   elseif (.....)

   endif
 
Back
Top