Hi, so my current task right now is to set an enemy, which is highly recognisable, which only moves when the player is not observing it. However I am having some issues, after finishing the first section, which is the LineTrace part, I noticed that no matter what the Boolean I set up to determine whether the enemy can move was always true, despite the fact that I was observing it:
I was wondering what was causing this issues, here’s the code in a clearer view:
Thanks for the help in advance…