> For the complete documentation index, see [llms.txt](https://identix.rlib.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://identix.rlib.io/first-use/permissions/sam.md).

# SAM

### <mark style="color:red;">◾ General</mark>

![](/files/-MTlCRSBN5xZUb9fxlNr)

| <mark style="color:red;">**idx\_name\_forcenew**</mark> | forces player to select new name                     |
| ------------------------------------------------------- | ---------------------------------------------------- |
| <mark style="color:red;">**idx\_name\_set**</mark>      | forces a new name on a player                        |
| <mark style="color:red;">**idx\_name\_reset**</mark>    | resets a player's name on the server and in database |
| <mark style="color:red;">**idx\_rep\_total**</mark>     | returns a player's total current reputation          |
| <mark style="color:red;">**idx\_rep\_reset**</mark>     | resets a player's reputation                         |
| <mark style="color:red;">**idx\_dialog\_open**</mark>   | forces name change interface open on player          |
| <mark style="color:red;">**idx\_dialog\_close**</mark>  | forces name change interface closed on player        |
| <mark style="color:red;">**idx\_rnet\_reload**</mark>   | reloads all registered rnet entries on server        |
| <mark style="color:red;">**idx\_fonts\_reload**</mark>  | reloads all fonts on server                          |

####

### <mark style="color:red;">◾ Entity</mark>

![](/files/-MTlCdVgGKeA6K8mQwA3)

| <mark style="color:red;">**idx\_ent\_spawn**</mark>       | spawns new name ent on map                     |
| --------------------------------------------------------- | ---------------------------------------------- |
| <mark style="color:red;">**idx\_ent\_save**</mark>        | saves all name ents current positions on map   |
| <mark style="color:red;">**idx\_ent\_goto**</mark>        | force admin to go to name ent current position |
| <mark style="color:red;">**idx\_ent\_clear\_area**</mark> | clear all name ents around player              |
| <mark style="color:red;">**idx\_ent\_clear\_all**</mark>  | clear all name ents on map                     |
| <mark style="color:red;">**idx\_ent\_reload**</mark>      | reloads all name ents on map                   |
| <mark style="color:red;">**idx\_ent\_wipedata**</mark>    | wipes all saved name ents data                 |
| <mark style="color:red;">**idx\_ent\_pos\_up**</mark>     | moves ent up 1 unit                            |
| <mark style="color:red;">**idx\_ent\_pos\_dn**</mark>     | moves ent down 1 unit                          |

####

### <mark style="color:red;">◾ NPC</mark>

![](/files/-MTlESb-wfJFyDLwQCqH)

| <mark style="color:red;">**idx\_npc\_spawn**</mark>       | spawns new name NPC on map                     |
| --------------------------------------------------------- | ---------------------------------------------- |
| <mark style="color:red;">**idx\_npc\_save**</mark>        | saves all name NPCs current positions on map   |
| <mark style="color:red;">**idx\_npc\_goto**</mark>        | force admin to go to name NPC current position |
| <mark style="color:red;">**idx\_npc\_clear\_area**</mark> | clear all name NPCs around player              |
| <mark style="color:red;">**idx\_npc\_clear\_all**</mark>  | clear all name NPCs on map                     |
| <mark style="color:red;">**idx\_npc\_reload**</mark>      | reloads all name NPCs on map                   |
| <mark style="color:red;">**idx\_npc\_wipedata**</mark>    | wipes all saved name NPCs data                 |
| <mark style="color:red;">**idx\_npc\_pos\_up**</mark>     | moves NPC up 1 unit                            |
| <mark style="color:red;">**idx\_npc\_pos\_dn**</mark>     | moves NPC down 1 unit                          |


---

# 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:

```
GET https://identix.rlib.io/first-use/permissions/sam.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.
