# Turn-In goal

<figure><img src="https://3957347284-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7r6RseTZTkJJcKqbC3EI%2Fuploads%2FdskhwVi9yVI3yDx6TSuA%2F74.png?alt=media&#x26;token=f2c00a05-b61b-4f70-b0d3-8aebb41e24b9" alt="" width="128"><figcaption><p>Turn In Quest Icon</p></figcaption></figure>

Repeatable turn-in quest. This quest is completed right after taking.&#x20;

```json
{
      "Id": "repeatable",
      "TakerId": "lesnik",
      "QType": 1,
      "Name": "Repeatable quest",
      "Description": "This quest can be repeated every 4 hours.",
      "Goals": [
        {
          "QType": 1,
          "Description": "Talk to "
        }
      ],
      "Rewards": [
        {
          "RewardType": 1,
          "ClassName": "TF_Ammo_57",
          "Amount": 1
        }
      ],
      "IsRepeatable": true,
      "PreQuests": [],
      "RepeatDurationHours": 4
}
```
