Paste #41962: Untitled Paste

Date: 2017/05/17 08:30:51 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7


on player shoots bow:
    - if <queue.list.filter[script.name.is[==].to[Ingame]].is_empty> {
      - determine cancelled
      }
    - if <context.bow.display.contains_text[Apollo]> {
      - adjust <context.projectile> velocity:<context.projectile.location.direction.vector.mul[2]>
      }