ninja


Author: jstmemage
Created: 2014-01-02T10:42:40-0500
Edited: 2014-01-02T10:42:40-0500
Denizen Version: 0.9
Views: 12
Downloads: 726
Likes: 0


WGET
Description: This is a script that ties into permissions groups to check if a player is in the group "Rogue" and if they are when holding L Shift they become Invisible.

'ninja':
  type: world

  events:
    on player starts sneaking:
    - ^if <player.in_group[rogue]> {
      - ^cast invisibility duration:6000
      }
    
    on player stops sneaking:
    - ^if <player.in_group[rogue]> {
      - ^cast invisibility duration:0
      }




Comments
No one has posted a comment! Post one below: