• 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

Minion question

ShadowWalker

Well-known member
I'm guessing there is no easy answer to this question.
I'd like to show vehicles and drones the same way they are in shadowrun as a minion.
When I setup a vehicle as a minion it has all the same tabs, stats as any other character. I'm thinking I need to hide these tabs and show other ones.
Is there a walkthrough on how to show/hide tabs based on if the character being displayed is a minion or not?
 
Couldn't you have a tag like "Hero.Minion" on the minion and then have a script that assigns the appropriate "HideTab.?" tag?
 
So if the minion pick has a HideTab.basic, the basic tab will be hidden?
If this is the case then yes it's what I am looking for.
Still learning the ins and outs of hl programing. Lots to learn.
 
So if the minion pick has a HideTab.basic, the basic tab will be hidden?
Normally the HideTab tags go on the Hero not the pick. What I think Andrew was saying was make the script on the minion look to see if the Hero.Minion tag is present. Then set the HideTab tag on to the hero.
 
ah, great thanks.
Adding and removing tabs dynamically is just adding and removing HideTab tags on the hero.

The Hero.Minion tag would go within the minion xml on the thing?
The script would go on the actor component?
 
Back
Top