Advertisement
Guest User

hehe

a guest
Jun 12th, 2016
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. local action = confirm(vid, "Do you want pizza? ", 10)
  2. if action == CONFIRM_YES then
  3.     local action = confirm(vid, "Great! Maybe some ketchup on it? ", 10)
  4.     if action == CONFIRM_YES then
  5.         
  6.     end
  7. end
  8. if action == CONFIRM_TIMEOUT then
  9. notice("TIMEOUT!")
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement