Jump to content

Help with perk conditions


Kuunkulta

Recommended Posts

Posted

I'm trying to make a new intimidate perk and I'm trying to set heavy weapons as the only weapon type that allows you to pacify foes. I'm not very savvy with the CK condition functions yet so if anyone could give me a few pointers I'd be very grateful!

 

Would GetIsUsedItem - WeaponHeavy==1.00  work for this purpose?

Posted

I'm trying to make a new intimidate perk and I'm trying to set heavy weapons as the only weapon type that allows you to pacify foes. I'm not very savvy with the CK condition functions yet so if anyone could give me a few pointers I'd be very grateful!

 

Would GetIsUsedItem - WeaponHeavy==1.00  work for this purpose?

Yes generally you can use a formlist for GetItemCount, GetItemEquipped etc in my experience. I'd probably use "> 0" incase by some craziness 2 items in the WeaponHeavy formlist were used.
Posted

Thanks for the tip! I actually did look for getItemEquipped but couldn't find it. Looked again and it was just GetEquipped :P

Yeah I get mixed up, it was changed form FONV

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...