# Grappling Hook System

Enhance your gameplay with an immersive grappling hook mechanic inspired by the Batman Arkham series! This system lets players traverse levels with ease, launching a hook to pull themselves or swing dynamically between points.&#x20;

{% embed url="<https://youtu.be/gzxELs35wtM>" %}

**Key Features:**&#x20;

* Automatically pull or swing to the target based on its height, giving players flexible movement options for various situations.&#x20;
* &#x20;Use the grappling hook to stealthily sneak up behind enemies, adding a unique dimension of stealth gameplay.&#x20;
* Fully customizable rope with procedural animation for smooth and dynamic movements.&#x20;
* Seamless integration with FS Parkour and Climbing System, enabling players to use the grappling hook mid-air.&#x20;
* Easily expand the system with built-in events, allowing for quick customization like playing sound or visual effects during hook and swing actions.&#x20;

Effortlessly traverse large environments and elevate your game's mobility, stealth, and dynamic movement options with this versatile grappling hook system!


---

# 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://fantacode.gitbook.io/grappling-hook-system/grappling-hook-system.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.
