Ghaz-ranka

Untitled

Dec 19th, 2015
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. schedule("1seconds"){
  2. if(schedulefire == false){
  3. if(playerlocation == @location(@entity("location"), "array")){
  4. @player("setexp", 1)
  5. schedulefire = true
  6. } else{
  7. @player("setexp", 0)
  8. if(schedulefire == true){
  9. schedulefire = false
  10. }
  11. }
  12. }
  13. }
Add Comment
Please, Sign In to add comment