Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- schedule("1seconds"){
- if(schedulefire == false){
- if(playerlocation == @location(@entity("location"), "array")){
- @player("setexp", 1)
- schedulefire = true
- } else{
- @player("setexp", 0)
- if(schedulefire == true){
- schedulefire = false
- }
- }
- }
- }
Add Comment
Please, Sign In to add comment