Paste #38204: Untitled Paste

Date: 2016/12/08 15:27:38 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7


- if <player.inventory.quantity[life_force].is[OR_LESS].to[0]> {
      - if <context.final_damage> > <player.health> {
      - determine passively cancelled
      - execute as_server "mvtp a:respawn"
      - adjust <player> health:<player.max_health>
      } 
    }