# Spotlight Creator

***

Within the Club, it can only be accessed by the Boss.

Can be opened with the command Command can be changed from the <mark style="background-color:orange;">Config.lua</mark> file.

```lua
Config.LightCreator = "lights" -- If the person is the boss of the club and is inside the club, the menu command that can be placed in the place and can regulate the lights
```

***

## How to use

Specify a field by following the usage details that come after using the command.

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

<mark style="background-color:yellow;">Add Light</mark>: You need to make a 2-step marking. The first marking is the position of the light, the 2nd marking is the direction. If you complete both steps and press H, you will see the spotlight settings

<mark style="background-color:yellow;">Settings</mark>: You can adjust Distance, Radius and Brightness settings from this menu. Light settings can be changed later from the Light Management panel.

<figure><img src="/files/zbZHPy5SSp7b9uibKf5L" alt="" width="375"><figcaption><p>Spotlight Settings</p></figcaption></figure>

***

## Spotlight Management

Using the command you set for <mark style="background-color:orange;">Config.LightCreator</mark>, you can open the menu and see or manage your previous Lights.

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

***

### For Developers

The created light will only become active when entering the Club and will be automatically deleted when leaving the Polyzone area.

{% hint style="info" %}
‘Dynamic’ Colour adjustment can increase the resmon.
{% 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.0resmon.org/0resmon/wais-resoucres/wais-club/spotlight-creator.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.
