# Demo Scene

The integration comes with an example scene to showcase how some of the triggers, instructions, conditions, and properties can be used.

The example scene includes the following features:

* AI/NPC that reacts to weather and time. The AI will go inside if it's nighttime or it's snowing outside.
* Transition 10 hours over 10 seconds with a "cutscene" example setup.
* Lightpole that turns on at 20:00 (8PM) and turns off at 5:00 (5AM)
* Setting the time to 12:00 (12PM) directly
* Setting the weather to light snow or partly cloudy with a "cutscene" example setup.
* Pausing or unpausing the time.
* Saving & Loading the state of COZY with Game Creator 2's save syste,
* UI shows the time, date, year, and current weather.

## Installing the Demo Scene

Open the **Game Creator Install Window** by going to Game Creator > Install..&#x20;

Select the COZY Integration Examples and click **Install**

{% hint style="info" %}
The Demo Scene can be found in the Plugins > GameCreator > Installs > Fullscreen.COZYIntegrationExamples\@1.0.0 folder
{% endhint %}

*


---

# 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://docs.fullscreen.no/info/game-creator-2-assets/cozy-stylized-weather-integration/guides-and-demo-scene/demo-scene.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.
