Notifications
Clear all

[Closed] Invert Booleans

Hi,

Sorry if I ask a very simple thing but I couldnt find anything on the net or in the MaxScript Reference.

Is there an easy way of inverting a boolean value? something like


  bool = true
  bool = !bool --evaluates to bool = false
  
1 Reply

Nevermind, found it, was just overreading it. It’s the “not”