Advertisement
KodingKid

Lua Booleans - Is the window open or closed? - Basic Scripting #17

May 22nd, 2021
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. if "window" == true:
  2.     print("The window is open")
  3.     end
  4. if "window" == false:
  5.     print("The window is closed")
  6.     end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement