Advertisement
Guest User

Untitled

a guest
Jul 30th, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. array player
  2. add array name1 name1 [ ones,twos,threes,fours,fives,sixs,sum,bonus,
  3. add name2
  4. add name3
  5.  
  6. turn = 0
  7.  
  8. roll script
  9. score script
  10. re-roll #anytime during score script buttons can be pressed. once pressed it assigns
  11. score script
  12. re-roll
  13. score script
  14.  
  15. on score selected:
  16. name1 = player(turn)
  17. name1(%code)=%value # %code is a number representing the position of the score type in the name array
  18. # %value is the data associated with the button
  19. disable all buttons
  20.  
  21. turn +1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement