Regalis11 / scpcb

SCP - Containment Breach
354 stars 101 forks source link

How does NoTarget Work? #249

Closed theOneTrueFunniBoi closed 10 months ago

theOneTrueFunniBoi commented 10 months ago

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?

theOneTrueFunniBoi commented 10 months 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.

theOneTrueFunniBoi commented 10 months ago

nevermind, it somehow works now. i made a couple code changes to fix the overlay not appearing and now it works.