Advertisement
2AreYouMental110

press ok

Nov 8th, 2022
1,130
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 1 0
  1. -- test
  2.  
  3. local a = messagebox("press ok", "press ok", 1)
  4. print(a)
  5. if a == 2 then
  6.     repeat
  7.         local a = messagebox("press ok", "press ok", 1)
  8.         if a == 2 then
  9.             print(a)
  10.         end
  11.         wait()
  12.     until a == 1
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement