Advertisement
j0ash

I have no idea what i am doing

Apr 26th, 2020
850
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. I_Know_What_I_Am_Doing = false
  2. while true do
  3.  
  4. if I_Know_What_I_Am_Doing then
  5.  
  6. print("I have no idea what I am doing")
  7. I_Know_What_I_Am_Doing = false
  8.  
  9. else
  10. print("I still have no idea what i am doing")
  11.  
  12. I_Know_What_I_Am_Doing = true
  13.  
  14. end
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement