Anyways, i'm making a mod that i always wanted but never found one, One that improves the monster AI (It's looking good for my standards)
My questions is, how to make an enemy shoots where you are going without the use of ACS? I think it's possible, theres Thing_ProjectileIntercept, but how do i use it exactly? Like this?
Code: Select all
HEAD BC 5 FaceTarget
HEAD B 1 Thing_ProjectileIntercept(0,10, "CacodemonBall", 1)
HEAD B 3 Head_Attack