---
kind: Quest
spec:
  name: Report to Control
  description: "Welcome new user. Please report to the control tower for further instructions. The target button above will show you where it is."
  location: [-6, 5, 1]
  tasks:
    - kind: coord
      name: Move your unit so that you are standing next to the Control Tower
      location: [-6, 5, 1]
    - kind: message
      name: "Click the tower and press the 'Verify Credentials' button"
      message: failCredentials
      buildingKind: Control Tower
  next: ["Verification Error"]
