Effect conditions

Post » Sat May 07, 2011 3:17 pm

Simple question about conditions. I'm working on a perk with a new custom ability effect. The effect have to work when certain items are equipped by the player.

For this I've no problem, but I have to put too many items in the conditions, it is possible to get GetEquipped using a Form List?
User avatar
Cameron Wood
 
Posts: 3384
Joined: Wed Oct 31, 2007 3:01 pm

Post » Sat May 07, 2011 6:01 am

Yes. I have done this for power armor, and pulse gun effects. Create the formlist with the various items. Then call GetEquipped and give the formlist name. This will return true, if any of the items in the list are equipped.
User avatar
BrEezy Baby
 
Posts: 3478
Joined: Sun Mar 11, 2007 4:22 am


Return to Fallout: New Vegas