Hello. I'm trying to make a skill using "CustomSkillMechanics" addon by Berndis, that will be triggered only if player looks directly at a mob. I was trying to make something myself, but skill keeps triggering even if I'm not looking directly at it.
Mob-File:
Skill-File:
How To Trigger a Skill By Directly Looking At a Mob?
Mob-File:
Code:
MAGIC_CREEPER: Type: CREEPER AITargetSelectors: - 0 clear - 1 attacker Options: FollowRange: 60 Skills: - skill{s=TestSkill} @pir{r=60} ~onTimer:10
Code:
TestSkill: TargetConditions: -...