Paste #18532: Untitled Paste

Date: 2015/07/23 00:33:27 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


Choose:
  type: command
  name: c
  usage: /c arg
  script:
    - choose <context.raw_args>:
      - case "one":
        - narrate "You said One!"
      - case "two":
        - narrate "You said Two!"
      - default:
        - narrate "You didn't enter a valid case!"