Paste #7637: Untitled Paste

Date: 2014/07/29 17:47:48 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6


on admin-list command:
        - foreach <server.list_players> {
          - if <def[value].has_flag[staff]> {
            - narrate "1<def[value].name>"
            }
            }