Paste #19392: Untitled Paste

Date: 2015/08/14 15:47:44 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9


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
      }