Paste #71682: Edit of P#71533 - Edit of P#71368 - Local Chat

Date: 2020/06/30 14:42:13 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8


Local Chat:
    type: world
    events:
        on player chats:
            - define range 10
            - if <context.message.to_uppercase.equals_case_sensitive[<context.message>]>:
                - define range 20
            - determine recipients:<player.location.find.players.within[<[range]>]>