Paste #43296: Untitled Paste

Date: 2017/08/03 15:17:39 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9


RidingBob:
  type: world
  events:
    on player steers npc:
    - if <context.entity.name> != Bob queue clear
    - if <context.dismount> {
      - wait 1t
      - ^remove <context.entity>
      }