FlupMC

Untitled

Jun 18th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. on region leave:
  2. if "%region at player%" is equal to "tre1","tre2","tre4" or "tre5":
  3. if {TRE.2.%player%} is true:
  4. send player title "&6&lMISSION" with subtitle "&eDu fandt det store træ" for 5 seconds
  5. execute console command "eco give %player% 200"
  6. delete {TRE.2.%player%}
  7. stop
  8. stop
  9. on npc right click:
  10. if npc is named "&2&lKARL":
  11. if {TRE.%player%} is not set:
  12. set {TRE.KARL.%player%} to true
  13. send " &aHva' Så %player%."
  14. set {TRE.%player%} to true
  15. play "CLICK" to player at volume 3.2
  16. wait 2 seconds
  17. play "CLICK" to player at volume 3.2
  18. wait 6 seconds
  19. play "CLICK" to player at volume 3.2
  20. send " "
  21. send " &eKan du vise mig hen til det store træ?"
  22. wait 6 seconds
  23. play "CLICK" to player at volume 3.2
  24. send " "
  25. wait 15 seconds
  26. play "CLICK" to player at volume 3.2
  27.             send "&e Hvis du kan klare det, så skriv &aJA &ei chatten."
  28.             send "&e Hvis ikke, så skriv &4NEJ"
  29. set {TRE.ChatStart.%player%} to true
  30. delete {TRE.KARL.%player%}
  31. else:
  32. if {TRE.KARL.%player%} is true:
  33. stop
  34. else:
  35. send "&eHvem er du?"
  36. stop
  37.  
  38.  
  39.  
  40.  
  41. on chat:
  42. if {TRE.ChatStart.%player%} is true:
  43. wait 2 tick
  44. if message is "JA":
  45. Message "&eMange, tak fordi du vil hjælpe mig."
  46. play "CLICK" to player at volume 3.2
  47. wait 1 second
  48. send " &aLige hvad jeg husker så er han bag spawn."
  49. clear {TRE.ChatStart.%player%}
  50. set {TRE.%player%} to true
  51. set {TRE.2.%player%} to true
  52. send "&eKan du vise mig vej hen til det store træ?"
  53. if message is "NEJ":
  54. Message "&eOkay, jeg troede du var hjælpsom."
  55. play "CLICK" to player at volume 3.2
  56. clear {TRE.ChatStart.%player%}
  57. clear {TRE.Igang.%player%}
  58. clear {TRE.%player%}
  59. clear {TRE.ChatStart.%player%}
  60. wait 2 seconds
Advertisement
Add Comment
Please, Sign In to add comment