Paste #31765: Untitled Paste

Date: 2016/03/19 12:38:33 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9


Tutorial-Chat-Block:
  type: world
  events:
    on player chats:
      - if <player.has_flag[in-tutorial]> {
        - determine recipients:<context.recipients.exclude[server.list_online_players]>
        } else {
        - determine recipients:<context.recipients.exclude[server.get_players_flagged[respawn-location]]>
        }