Paste #13706: not

Date: 2015/02/07 19:36:26 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7


on player holds item:
        - if <player.item_in_hand.scriptname.is[==].to[shadow_strike]||false> {
          - invisible <player> state:true
        }
        - if <player.item_in_hand.scriptname.is[!=].to[shadow_strike]||true> {
          - invisible <player> state:false
        }