Advertisement
Guest User

tof by andy

a guest
Nov 28th, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. Scripts:
  2. TrueOrFalse:
  3. Script:
  4. - ‘@IF b $events.<playername> = true’
  5. - ‘@OR b $staff.<playername> = true’
  6. - ‘@IF $ <cmdarg1> = start’
  7. - ‘@BROADCAST Le porte sono aperte, fate /evento ed entrate nell’arena TOF per partecipare’
  8. - ‘@SETBLOCK 0 coordinate (porte)’
  9. - ‘@ENDIF’
  10. - ‘@IF $ <cmdarg1> = before’
  11. - ‘@BROADCAST Andate sul colore verde se ritenete che l’affermazione sia giusta, sul rosso se ritenete sai sbagliata’
  12. - ‘@ENDIF’
  13. - ‘@IF $ <cmdarg1> = say’
  14. - ‘@BROADCAST <cmdarg2>’
  15. - ‘@ENDIF’
  16. - ‘@IF $ <cmdarg1> = vero
  17. - ‘@SETBLOCK 0 coordinate (sia bianco che rosso)’
  18. - ‘@BROADCAST L’affermazione e’’ esatta’
  19. - ‘@ENDIF’
  20. - ‘@IF $ <cmdarg1> = falso’
  21. - ‘@SETBLOCK 0 coordinate (sia bianco che verde)’
  22. - ‘@BROADCAST L’affermazione e’’ scorretta’
  23. - ‘@ENDIF’
  24. - ‘@IF $ <cmdarg1> = reset’
  25. - ‘@SETBLOCK idlanabianca coordinate’
  26. - ‘@SETBLOCK idlanarossa coordinate’
  27. - ‘@SETBLOCK idlanaverde coordinate’
  28. - ‘@ENDIF’
  29. - ‘@IF $ <cmdarg1> = vincitore’
  30. - ‘@BROADCAST Vince <cmdarg2>’
  31. - ‘@CMDCON ecogive <cmdarg2> 50’
  32. - ‘@ENDIF’
  33. - ‘@IF $ <cmdarg1> = Stop’
  34. - ‘@BROADCAST L’arena è chiusa, fate /spawn per tornare a giocare!’
  35. - ‘@SETBLOCK idlananera coordinate (portale)’
  36. - ‘@ENDIF’
  37. - ‘@ENDIF’
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement