Paste #35189: Untitled Paste

Date: 2016/08/02 04:42:38 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


guildchatcmd:
  type: command
  name: gildenchat
  aliases:
   - gc
  script:
   #- define guild <pl.flag[guild]>
   - if <c.args.size> == 0 {
    - narrate usage:<&sp>/gc<&sp>[msg]
    - queue clear
   }
   - narrate "<&c>GILDE <&8>| <&7><pl.name> <&8><&chr[00BB]> <&7><context.raw_args>" targets:<server.list_online_players.filter[has_flag[guild]]>

   ##