Advertisement
Claof

Functions + statements - Lua

Dec 23rd, 2015
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. variable1 = false
  2. function the_function()
  3. if variable1 == false then
  4. local variable2 = true
  5. else
  6. if variable1 == true then
  7. local variable2 = false
  8. end
  9. end
  10. function the_function()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement