Paste #20422: Untitled Paste

Date: 2015/09/27 01:07:59 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10


manquest:
  type: assignment
  on action:
    - choose <player.flag[questname_step]||0>:
       - case 0:
          - narrate "intro stuff"
          - flag questname_step:1
       - case 1:
          - narrate "more"
       - if <player.Flag[questname_step]> == 0 flag questname_step:1