Paste #19763: Untitled Paste

Date: 2015/08/27 16:45:32 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6


on player clicks in anvil_menu:
      - if <context.item> == "context.item" {
        - determine CANCELLED
      } else if <context.item.contains_text[_menu]> != "true" {
        - determine CANCELLED
      }