Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- variable1 = false
- function the_function()
- if variable1 == false then
- local variable2 = true
- else
- if variable1 == true then
- local variable2 = false
- end
- end
- function the_function()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement