Paste #7644: Edit of P#7643 - Edit of P#7641 - Edit of P#7640 - Untitled Paste

Date: 2014/07/29 18:29:09 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16


on admin-list command:
        - ^narrate "<gray><&m>*<&lc>-------------------(*<&r> <dark_red><&o>Staff <&r><gray><&m>*)---------------------<&rc>*"
        - define list li@
        - foreach <server.list_players> {
          - if <def[value].has_flag[rank]> {
            - if <def[value].flag[rank]> == moderator {
              - define list %list%%value%|
              }
            }
          }
        - ^narrate ""
        - ^narrate "<green><bold>Moderators<&co>"
        - ^narrate "<def[list].ascslist>"
        - ^narrate ""
        - ^narrate "<gray><&m>*<&lc>-------------------------------------------------<&rc>*"
        - determine FULFILLED