Jump to content




change a boolean


  • You cannot reply to this topic
2 replies to this topic

#1 Cing

  • Members
  • 72 posts

Posted 25 September 2015 - 02:36 PM

Hello

I don't know anymore how to write this short.
local boolean = true
if boolean then
   boolean == false
else
   boolean == true
end


#2 KingofGamesYami

  • Members
  • 3,002 posts
  • LocationUnited States of America

Posted 25 September 2015 - 02:37 PM

local b = true
b = not b


#3 Cing

  • Members
  • 72 posts

Posted 25 September 2015 - 02:49 PM

ahhhhh
thanks man





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users