• 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

Accessing fields from other actor from Tactical Console

Gomo

Well-known member
Hello.
I was wandering if it is possible to access fields from chosen opponent in tactical console.
What I intend to do is to count on each attack action a diffrence of speed attribute to gain tempo for attacker.
I've tried to set such menu:
Code:
				  <portal
		  id="versus"
		  style="menuSmall">
      <menu_things
        field="usrChosen1"
        component="tactical"
        maxvisible="10"
        usepicks="container">
        </menu_things>
      </portal>
Also tried many others but this one at least gets some hero.
 
There is not currently an option that can select another character in the same portfolio.

The closest you can come is to select from among the minions directly attached to this character.
 
Back
Top