Paste #23219: Untitled Paste

Date: 2015/11/29 13:01:21 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13


StarterTownChurchEnter: 
  type: task 
  script: 
  - flag <player> CurrentInstanceID:1
  - choose "<player.flag[StarterTownChurchID]>": 
    - case "0": 
      - teleport <player> <l@-14.5,5.0,-14.0,0,90,Abeyance>
    - case "1": 
      - teleport <player> <l@-14.5,19.0,-14.0,0,90,Abeyance>
    - case "2": 
      - teleport <player> <l@-14.5,33.0,-14.0,0,90,Abeyance>
    - default:
      - announce "<player.name> does not have a proper StarterTownChurchID!?"