Paste #13711: Edit of P#13710 - stil l not working

Date: 2015/02/08 07:21:37 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10


test:
type: world

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