> For the complete documentation index, see [llms.txt](https://docs.moviestorm.co.uk/firststage/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moviestorm.co.uk/firststage/interactive-scenes/triggers/place-to-trigger.md).

# Place To Trigger

To use a Place to Trigger asset, do the following:

* Fetch a 'Place to Trigger' trigger from the Asset Library, and place it on stage.
* Also fetch an asset from the Asset Library, and place it next to the trigger.

To associate that trigger with that asset:

* Hold down the Action button (Y or B button) for the Grabber, and choose the Anchor.
* Using the Grabber, point at the anchor (an orange ball within the asset), hold down the trigger and drag the connecting line to the red ball of the Place to Trigger. When you are pointing at the right place, the connecting line with go green. Release the trigger.

You have now made that asset a trigger, and you can now move the asset to another place in your scene. The player will need to place the correct asset into the it's trigger ghost to trigger the event. In this case it will be successfully crossing an requirement off the checklist.

Repeat the set up of more Place to Trigger events.

Now go to the Asset Library and fetch a Checklist, and place it on set in a suitable position (this may be visible for the player to see what they need to do, or hidden somewhere if you prefer the player not to know exactly what they need to do.

Click on the Edit icon (a pencil) for the Checklist, and fill in the form:

* Give the Checklist a title or description, such as "Find all the assets to open the door."
* Add tasks to list the assets that have been used for Place to Trigger events.

You now need to connect the Place to Trigger events to the Checklist. Simply:

* Click on the trigger event icon for the first Place to Trigger task. This will cue the trigger event on the timeline. Now click on the associated task in the Checklist.
* Repeat for all required  Place to Trigger events.

The Checklist now needs all the listed tasks to be completed, before it can action it's own trigger, which in this case could be animating a door to open to allow the player to progress, or a new tool to unhide for the player to add to their Backpack.

Create the Checklist event as required, e.g. see [Rigid Animation](/firststage/animation/rigid-animation.md)

&#x20;


---

# 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://docs.moviestorm.co.uk/firststage/interactive-scenes/triggers/place-to-trigger.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.
