lastbytescout Posted May 2, 2020 Posted May 2, 2020 Hi, as written in the tiltle, I'd like to differ between closed- and open-back belts via keyword. Sofar I only found "zad_DeviousBelt", which is used on both variants, but none that clearly identifies them as one or the other. The current code is this: bool function CheckBlockAnal(actor akActor) keyword _belt = Keyword.GetKeyword("zad_DeviousBelt") Keyword _plug = Keyword.GetKeyword("zad_DeviousPlugAnal") return (akActor.WornHasKeyword(_belt) || akActor.WornHasKeyword(_plug)) endFunction The CK is a b!tch lately, not allowing me to add or edit properties on the esp, so if there is a way to do it by keyword, it would help a lot... Thank you in advance! Edit: SOLVED! Missed the "zad_PermitAnal" kwd on the open belt...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.