Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. if (game isin $1-) && (<NP-Tech> == $1) {
  2. if ($0 == 15) {
  3. msg #hcl-east-runs 5,1 $+ $2 $3 9,1 $+ $4 5,1 $+ $5-9
  4. }
  5. if ($0 == 16) {
  6. msg #hcl-east-runs 5,1 $+ $2 $3 9,1 $+ $4 $5 5,1 $+ $6-10
  7. }
  8. if ($0 == 17) {
  9. msg #hcl-east-runs 5,1 $+ $2 $3 9,1 $+ $4 $5 $6 5,1 $+ $7-11
  10. }
  11. if ($0 == 18) {
  12. msg #hcl-east-runs 5,1 $+ $2 $3 9,1 $+ $4 $5 $6 $7 5,1 $+ $8-12
  13. }
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement