Paste #32129: Edit of P#32126 - Freezing Arrow

Date: 2016/03/30 06:21:54 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7


- if <def[player].flag[a_m_lsa]||null> == ice_arrow {
      - li@stationary_water|water contains <def[location].material.name> {
        - modifyblock <def[location]> ice
        - wait 10s 
        - modifyblock <def[location]> stationary_water
        }
      }