Advertisement
Guest User

Untitled

a guest
Sep 24th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. when 20015.chat."Čertův důl" begin
  2. say_title("Deokbae")
  3. say("Ahoj!")
  4. say("Mohu tě teleportovat do čertova dolu.")
  5. say("Chceš tedy teleportovat?")
  6. local n = select("Ano","Ne")
  7. if n == 1 then
  8. pc.warp(83200 , 0)
  9. else
  10. return
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement