Paste #41136: Untitled Paste

Date: 2017/04/02 16:19:42 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
17
18
19
20


bob:
  type: assignment
  actions:
    on assignment:
      - trigger name:chat state:true
  interact scripts:
    - 1 bob_interact
bob_interact:
  type: interact
  steps:
    1:
      chat trigger:
        1:
          trigger: /REGEX:.*/
          script:
            - if <context.message.contains[puto]> {
              - ~walk <player.location>
              - lookclose state:true range:5 realistic
              - narrate "Que te pasa gato?"
              }