Closed EnderHunterFTW closed 4 years ago
Both of these should work:
!Ep && !Fp
!(Ep || Fp)
If you want to use Or instead of || for some reason:
Not(Or(Ep, Fp))
!Or(Ep, Fp)
Additionally, if you have any other questions it's best to ask them in the #highlevel-scripting channel of this discord.
Can someone help me figure out how to make this or value equal false? (ep and fp are predetermined playervars)