this armor set i created for my follower, i only want the helm to appear during combat. is there a small script to add to it or do i need to create a quest and script it?
this armor set i created for my follower, i only want the helm to appear during combat. is there a small script to add to it or do i need to create a quest and script it?
this armor set i created for my follower, i only want the helm to appear during combat. is there a small script to add to it or do i need to create a quest and script it?
Hey, yes you can do this fairly easy by creating a new spell / ability that detects whether the NPC is in combat or not. Make a new magic effect: Script, Constant effect, Self. Then make a new spell, Type: Ability, constant effect, self, and put your magic effect on it with the condition IsInCombat == 1.
Put this script on your Helm:
Name the script something unique.
Put this script on your magic effect:
Again, name the script something unique.
Edited by dylbill, 04 April 2020 - 05:31 AM.
I had another thought. If you only want this function for your specific follower, you could make a new quest, start game enabled, and make a new reference alias on the quest that points to your follower. Put this script on the reference alias:
Again name the script something more unique.
Edited by dylbill, 04 April 2020 - 07:33 AM.
hey thanx, i did already get it done. i found a short script that i placed on the follower and does not require the item to be in inventory.
Cool good to hear!