Advertisement
mattlawson

Untitled

Aug 14th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. /q create minigames.woolwars4.startred
  2. /q e visible false
  3.  
  4. /q e tf onclicknpc red team
  5. /q e tf ifinregion minigames.woolwarsgame
  6.  
  7. /q e OnFind DoTeleport minigames 83 73 -21
  8. /q e OnFind DoCmd /q u minigames.woolwars4.start
  9. /q e OnFind DoCmd /q e tf #1
  10. /q e OnFind DoCmd /q e of DoCmd /q p f {p} minigames.woolwars4.team1.start
  11. /q e OnFind DoCmd /npc select 117
  12. /q e OnFind DoCmd /npc despawn
  13. /q e OnFind DoFind minigames.woolwars4.team1
  14. /q e OnFind DoFind minigames.woolwars4.closebarns
  15. /q e OnFind DoUnfind .
  16. /q create minigames.woolwars4.startbrown
  17. /q e visible false
  18.  
  19. /q e tf onclicknpc brown team
  20. /q e tf ifinregion minigames.woolwarsgame
  21.  
  22. /q e OnFind DoTeleport minigames 17 73 -20
  23. /q e OnFind DoCmd /q u minigames.woolwars4.start
  24. /q e OnFind DoCmd /q e tf #1
  25. /q e OnFind DoCmd /q e of DoCmd /q p f {p} minigames.woolwars4.team2.start
  26. /q e OnFind DoCmd /npc select 118
  27. /q e OnFind DoCmd /npc despawn
  28. /q e OnFind DoFind minigames.woolwars4.team2
  29. /q e OnFind DoFind minigames.woolwars4.closebarns
  30. /q e OnFind DoUnfind .
  31. /q create minigames.woolwars4.startyellow
  32. /q e visible false
  33.  
  34. /q e tf onclicknpc yellow team
  35. /q e tf ifinregion minigames.woolwarsgame
  36.  
  37. /q e OnFind DoTeleport minigames 18 73 -83
  38. /q e OnFind DoCmd /q u minigames.woolwars4.start
  39. /q e OnFind DoCmd /q e tf #1
  40. /q e OnFind DoCmd /q e of DoCmd /q p f {p} minigames.woolwars4.team3.start
  41. /q e OnFind DoCmd /npc select 119
  42. /q e OnFind DoCmd /npc despawn
  43. /q e OnFind DoFind minigames.woolwars4.team3
  44. /q e OnFind DoFind minigames.woolwars4.closebarns
  45. /q e OnFind DoUnfind .
  46. /q create minigames.woolwars4.startyellow.cant
  47. /q e n The yellow team is full. Please choose another team.
  48. /q e ToFind onclicknpc yellow team
  49. /q e ToFind !ifinregion minigames.woolwarsgame
  50. /q e OnFind DoUnfind .
  51. /q create minigames.woolwars4.startblue
  52. /q e visible false
  53.  
  54. /q e tf onclicknpc blue team
  55. /q e tf ifinregion minigames.woolwarsgame
  56.  
  57. /q e OnFind DoTeleport minigames 84 73 -83
  58. /q e OnFind DoCmd /q u minigames.woolwars4.start
  59. /q e OnFind DoCmd /q e tf #1
  60. /q e OnFind DoCmd /q e of DoCmd /q p f {p} minigames.woolwars4.team4.start
  61. /q e OnFind DoCmd /npc select 120
  62. /q e OnFind DoCmd /npc despawn
  63. /q e OnFind DoFind minigames.woolwars4.team4
  64. /q e OnFind DoFind minigames.woolwars4.closebarns
  65. /q e OnFind DoUnfind .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement