> For the complete documentation index, see [llms.txt](https://docs.0resmon.org/0resmon/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.0resmon.org/0resmon/0resmon-1/wais-resoucres/wais-multicharacterv2/bringing-old-characters.md).

# Bringing old characters

{% hint style="info" %}
If your server is open and is being played by players and data is being recorded, the option to transfer old characters is for you.
{% endhint %}

You can activate this system in the <mark style="background-color:orange;">Config</mark> file.

```lua
Config.TransferData = true
```

After setting this variable to <mark style="background-color:orange;">true</mark>, **restart the script**

When you restart the script, you can see the transferred player data as below and how many characters were transferred when the process was finished.

<figure><img src="/files/0AP8kQzHIkcRZpNXP4Yg" alt=""><figcaption></figcaption></figure>

After seeing this post, you can make the <mark style="background-color:orange;">Config.TransferData</mark> variable <mark style="background-color:orange;">false</mark> and **restart the script again**


---

# 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://docs.0resmon.org/0resmon/0resmon-1/wais-resoucres/wais-multicharacterv2/bringing-old-characters.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.
