Paste #12930: Untitled Paste

Date: 2015/01/14 10:15:02 UTC-08: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


SARAH:
    type: world
    events:
        on player chats:
        - inject locally Control_Center


    Control_Center:
    - if <context.message.starts_with[Sarah,<&sp>say<&sp>]> || <context.message.contains[Sarah.<&sp>say<&sp>]> inject locally CMD_Say



    CMD_Say:
    - narrate format:Sarah_F "<context.message.regex[.*(?i)(say)(\s)(.*)].group[3]>"