Kuunkulta Posted September 27, 2016 Posted September 27, 2016 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?
Halstrom Posted September 27, 2016 Posted September 27, 2016 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.
Kuunkulta Posted September 28, 2016 Author Posted September 28, 2016 Thanks for the tip! I actually did look for getItemEquipped but couldn't find it. Looked again and it was just GetEquipped
Halstrom Posted September 28, 2016 Posted September 28, 2016 Thanks for the tip! I actually did look for getItemEquipped but couldn't find it. Looked again and it was just GetEquipped Yeah I get mixed up, it was changed form FONV
Recommended Posts
Archived
This topic is now archived and is closed to further replies.