Closed theOneTrueFunniBoi closed 1 year ago
I've narrowed it down to the "notarget096"/ "wearingscramble" variable. But im not sure what could be different between the variables to cause different behaviour.
nevermind, it somehow works now. i made a couple code changes to fix the overlay not appearing and now it works.
I'm Trying to implement the scramble goggles because yes.
I'm using a similar system to NoTarget however even though I have copied everything, 096 still gets triggered when looking at him with the goggles on. I've tried using: If (Not (NoTarget or NoTarget096))
If (Not (NoTarget)) If (Not (NoTarget096))
If (Not (NoTarget Or WearingScramble=1))
If (Not (NoTarget)) If (Not (WearingScramble=1))
and more but none of them have worked. Could I Get Some Help Here?