Paste #19399: Edit of P#19392 - Untitled Paste

Date: 2015/08/14 16:37:46 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11


HubHunger:
  type: world
  events:
    on player changes world to Hub:
    - while true {
      - if <player.location.world> != w@Hub { 
        - while stop
        }
      - feed amt:2 target:<player>
      - wait 30s
      }