# Defensive Play Calling

![](/files/2HCJXNYviLjGCFwsNAqA)

<mark style="color:yellow;">**Your choices will always start with:**</mark>

* Short
* Medium
* Long

<mark style="color:yellow;">**Once the defensive captain chooses which set, he will proceed to play selection.  He will see three possible plays to select.  At this point, the team is locked in and cannot change the play.**</mark>

* With the "Short" plays selected, typically all the SuperStars will be in a tight formation near the line of scrimmage.
* With the "Medium" plays selected, typically there is a mix of SuperStars in a tight formation to the line of scrimmage and down the field.  They may shift into blitzes.
* With the "Long" plays selected, all SuperStars are positioned further down the field to cover the deep pass and prevent the big play.  They may shift into blitzes.

<mark style="color:yellow;">**Time Out**</mark>

The defensive captain can call a time-out on either of these screens by tapping an extra button, likely L1 or similar – provided that their team has timeouts remaining.  When a time-out is called, the game clock will stop, and the time limit to call a play will reset (and perhaps be longer than normal).

<mark style="color:yellow;">**Play Details**</mark>

*The following will all be defined within every play:*

* Where each SuperStar initially lines up
  * This includes which position each SuperStar is playing (regardless of location within the team’s formation)
* &#x20;Any “pre-snap motion” and related behaviors such as
* Fully-defined motion (Offensive man in motion)
* Logic-based motion.

ALL pre-snap motion is automatically controlled and that user controls do nothing until the ball is snapped

<mark style="color:yellow;">**Standard post-snap behaviors such as:**</mark>

* Pass routes
* Running back paths
* Blocking directions
* Defensive movement into zones
* Pass targets for the play
* Primary play restrictions if any
* Allow playing to be called at most once per game/half/quarter
* Allow play to appear as a potential choice at most once per game/half/quarter

Plays will be defined relative to the line of scrimmage and middle of the field.  When they are used there will be translation to the actual current field position.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://superteam-games.gitbook.io/stg-football-game-guide/play-calling/defensive-play-calling.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
