Alaebasta Posted June 5, 2019 Posted June 5, 2019 On 6/5/2019 at 1:36 PM, 3aq said: Formlist as in [actor, spell, armor, weapon, etc] property <blank> auto? or the one found in esp? I have no concrete idea what it is you are referring to.Formlist as it sounds is a list of FORMS like Projectiles type Objects. You can create one from the object window, put in all projectiles you want to trigger your event and use the function IsInList(MyProjectileformlist) (use != 1 if you want to exclude the list).
3aq Posted June 5, 2019 Author Posted June 5, 2019 (edited) Interesting, note taken, thank you. I seldom touch the CK and only use notepad and sseedit, so what you said is something new.. guess it's time to go messing with CK. Edited June 5, 2019 by 3aq
Alaebasta Posted June 5, 2019 Posted June 5, 2019 On 6/5/2019 at 1:56 PM, 3aq said: Interesting, note taken, thank you. I seldom touch the CK and only use notepad and sseedit, so what you said is something new.. guess it's time to go messing with CK.Happy to help :wink:
Recommended Posts