Guest User

Untitled

a guest
Jun 5th, 2016
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. on break:
  2. add location of event-block to {locations.blocks::*}
  3. add type of event-block to {type.blocks::*}
  4. set {blockadded::%location of loop-block%} to true
  5.  
  6.  
  7. #Tu mets ceci à la fin de ton jeu pour regen:
  8. loop {locations.blocks::*}:
  9. set {_loc} to loop-value
  10. set block at {_loc} to {type.blocks::%loop-index%}
  11. delete {locations.blocks::*}
  12. delete {type.blocks::*}
  13. delete {blockadded::%location of loop-block%}
Advertisement
Add Comment
Please, Sign In to add comment