> For the complete documentation index, see [llms.txt](https://infinitypbr.gitbook.io/magic-pig-games/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://infinitypbr.gitbook.io/magic-pig-games/game-modules-4/quick-start.md).

# Quick Start

{% hint style="success" %}
When scripting, add `InfinityPBR.Modules;` to the top of your script!
{% endhint %}

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

1. Navigate to the "**Game Modules**" window and choose "**Game Modules Manager Window**"
2. Dock the window where you want it! *(I suggest a spot that is fairly wide)*

<figure><img src="/files/IcJWUozaq8ODXwId0oMx" alt=""><figcaption></figcaption></figure>

Click on each **Game Modules** button to create and manage those objects.

## Create your Character & Actor: Inherit from `GameModulesActor`

While you can create your own custom `Actor` class, I strongly (really strongly) suggest you inherit your `Actor` class from [`GameModulesActor`](/magic-pig-games/game-modules-4/module-documentation/game-modules-actor.md).

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