Advertisement
Travonrodfer

mutemute

Aug 19th, 2017
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. pergunta = "Qual seu nome de verdade?"
  2. ui.addPopup(1, 2, pergunta, name, 0, 320, 800, 0, 1)
  3. function eventPopupAnswer(id, name, resposta)
  4. if id == 1 then
  5. print("<D>" .. name .. ": " .. "<N>" .. resposta)
  6. ui.addPopup(1, 3, "\n" .. "Obrigado por responder " .. name .. ", já estou lendo sua resposta" .. "\n" .. "\n", name, 0, 314, 800, 0, 1)
  7. if resposta == "" then
  8. ui.addPopup(1, 2, quiz, playerName, 0, 320, 800, 0, 1)
  9. ui.addPopup(2, 3, "\n" .. "Que feio, que feio " .. name .. ", não vai me dizer nada?" .. "\n" .. "\n", name, 0, 314, 800, 0, 1)
  10. end
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement