> For the complete documentation index, see [llms.txt](https://scaproduction.depaul.edu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://scaproduction.depaul.edu/production-policies-and-safety-standards/sca-guidelines-and-restrictions.md).

# SCA Guidelines & Restrictions

Think of this as your quick reference for safe, approved, and prohibited on-set activities.

<details>

<summary><strong>FIRE</strong></summary>

* Fire is **not permitted** (pyrotechnics, smoke machines, fireplaces, candles, incense, lanterns).
* Limited exceptions: single cigarette or birthday candle, with Production Office approval and a fire extinguisher on hand.

</details>

<details>

<summary><strong>ANIMALS</strong></summary>

* Animals of any kind are not permitted on any shoot.

</details>

<details>

<summary><strong>WATER/FILMING AROUND WATER</strong></summary>

* No filming in or on large bodies of water (lakes, ponds, pools).
* Take precautions to protect equipment (sand, moisture, electrical hazards).

</details>

<details>

<summary><strong>ALCOHOL &#x26; DRUGS</strong></summary>

* **No alcohol or drugs are allowed** on any SCA shoot.
* Prop bottles must be sealed; liquids in cups must be non-alcoholic.
* Serving alcohol to or consumption by anyone under 21 is prohibited.
* Filming in bars/clubs: use extras only, never patrons without permission.
* Prop drugs must be candy or a similar substitute.
* Use of real alcohol or drugs may result in disciplinary action from violating the Code of Student Responsibility.
* All recognizable background talent must sign an [SCA General Release Form](/filmmaking-paperwork.md#sca-general-release-form-and-assumption-of-risk).

</details>

<details>

<summary><strong>DRIVING SEQUENCES</strong></summary>

DePaul insurance does not cover motor vehicles. **Driving sequences of any kind are not permitted.**

* Applies to all motorized or non-motorized vehicles (cars, bikes, skateboards, boats, etc.).
* Stationary vehicles: filmmakers may be responsible for any claims or damages.
* Students will be asked to verify personal automobile insurance for any stationary vehicles used in filming.

</details>

<details>

<summary><strong>WEAPONS / PROP WEAPONS</strong></summary>

* Any prop that looks real is considered a weapon (guns, knives, swords, etc.).
* **Real guns or live ammunition are never allowed.**
* Pre-production approvals required: Production Office submission, Public Safety notification, local police notification if on streets, neighbor notification if applicable.

Handling rules:

1. Prop Master or Weapons Coordinator manages all weapons.
2. Safety Meeting required before use.
3. Always treat props as if they are real; never point at anyone.
4. Store securely when not in use; lock in vehicle trunks if transporting.
5. Prop guns must be permanently block barreled or otherwise not able to shoot anything at all.
6. Prop blades (knives, swords, axes, etc.) must be made of rubber or professional dulled.

</details>

<details>

<summary><strong>SAFE EQUIPMENT USE</strong></summary>

Do not use damaged equipment.&#x20;

Report any damage immediately to the equipment center it was checked out from.&#x20;

Students must ask for help from a staff or faculty member before trying to attempt any work related to unfamiliar electric production equipment or for any troubleshooting.&#x20;

Use of GFCI (Ground fault circuit interrupter) is required for any electric powered equipment, lighting, or electrical distribution near or contacting water. When crew, actors, wardrobe, props, set dressing or equipment are wet, the need for GFCI protection should be evaluated.&#x20;

The Producer and 1st AD should be apprised of all safety matters on set.

</details>

<details>

<summary><strong>DRONES/ UNMANNED AIRCRAFT SYSTEMS (UAS)</strong></summary>

* Allowed for student projects only (no paid work).
* Must follow University guidelines and hold proper certification.
* See the [**UAS Policy**](https://www.faa.gov/regulations_policies/orders_notices/index.cfm/go/document.information/documentID/1042092)**.**

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://scaproduction.depaul.edu/production-policies-and-safety-standards/sca-guidelines-and-restrictions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
