Advertisement
mattlawson

Untitled

Aug 8th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. /q create minigames.woolwars.startred
  2. /q e visible false
  3.  
  4. /q e tf onclicknpc red
  5. /q e tf ifinregion staff1.woolwarsgame
  6.  
  7. /q e OnFind DoTeleport staff1 -574.4 65 -894.4
  8. /q e OnFind DoCmd /q u test.woolwars4.start
  9. /q e OnFind DoCmd /q e tf #1
  10. /q e OnFind DoCmd /q e of DoCmd /q p f {p} test.woolwars4.team1.start
  11. /q e OnFind DoFind test.woolwars4.team1
  12. /q e OnFind DoCmd /q u minigames.woolwars.startred
  13. /q e OnFind DoCmd /q e tf !ifinregion staff1.woolwarsgame
  14. /q e OnFind DoUnfind .
  15.  
  16. /q create minigames.woolwars.startbrown
  17. /q e visible false
  18.  
  19. /q e tf onclicknpc brown
  20. /q e tf ifinregion staff1.woolwarsgame
  21.  
  22. /q e OnFind DoTeleport staff1 -640 65 -893
  23. /q e OnFind DoCmd /q u test.woolwars4.start
  24. /q e OnFind DoCmd /q e tf #1
  25. /q e OnFind DoCmd /q e of DoCmd /q p f {p} test.woolwars4.team2.start
  26. /q e OnFind DoFind test.woolwars4.team2
  27. /q e OnFind DoCmd /q u minigames.woolwars.startbrown
  28. /q e OnFind DoCmd /q e tf !ifinregion staff1.woolwarsgame
  29.  
  30. /q e OnFind DoUnfind .
  31.  
  32. /q create minigames.woolwars.startyellow
  33. /q e visible false
  34.  
  35. /q e tf onclicknpc yellow
  36. /q e tf ifinregion staff1.woolwarsgame
  37.  
  38. /q e OnFind DoTeleport staff1 -639 65 -956
  39. /q e OnFind DoCmd /q u test.woolwars4.start
  40. /q e OnFind DoCmd /q e tf #1
  41. /q e OnFind DoCmd /q e of DoCmd /q p f {p} test.woolwars4.team3.start
  42. /q e OnFind DoFind test.woolwars4.team3
  43. /q e OnFind DoCmd /q u minigames.woolwars.startyellow
  44. /q e OnFind DoCmd /q e tf !ifinregion staff1.woolwarsgame
  45. /q e OnFind DoUnfind .
  46.  
  47. /q create minigames.woolwars.startblue
  48. /q e visible false
  49.  
  50. /q e tf onclicknpc blue
  51. /q e tf ifinregion staff1.woolwarsgame
  52.  
  53. /q e OnFind DoTeleport staff1 -573 65 -956
  54. /q e OnFind DoCmd /q u test.woolwars4.start
  55. /q e OnFind DoCmd /q e tf #1
  56. /q e OnFind DoCmd /q e of DoCmd /q p f {p} test.woolwars4.team4.start
  57. /q e OnFind DoFind test.woolwars4.team4
  58. /q e OnFind DoCmd /q u minigames.woolwars.startblue
  59. /q e OnFind DoCmd /q e tf !ifinregion staff1.woolwarsgame
  60. /q e OnFind DoUnfind .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement