# Game command line code

{% code title="LAN command code" %}

```
[Change Dinosaur] /change allo 1 (/change Dinosaur Code Skin)
[Rebirth Code] /rebirth allo 1 (/rebirth Dinosaur Code Skin)
[Growth Code] /growth 1
[Full Status] /full
[Invincible Status] /isGod 1 (/isGod 0 = Off, 1 = On)
[No Death Status] /nodead 1 (/nodead 0 = Off, 1 = On)
[Safe Time] /safe 0 (/safe seconds)
[Team War] /teamWar allo 10 A (/teamWar Dinosaur Code Number Faction Name)
[Hunter Mode] /hunter allo 12346 (/hunter Dinosaur Code Target Player ID)
[War Mode] /war allo stego (/war Dinosaur Code Dinosaur Code)
[Weather Change] /weather 1
[Day and Night Speed] /timeSpeed ​​15 (/timeSpeed minutes)
[Add teammate AI] /add_team giga 1 (/add_dino dinosaur code size)
[Add single AI] /add_dino giga 1 (/add_dino dinosaur code size)
[Add large number of AI] /add_dinos 10 (/add_dinos randomly generated number)
[Add tribe AI] /add_eco giga 1 (/add_dino dinosaur code number)
[Add ecological AI] /add_ecos 10 (/add_dinos random ecological group number)
[Move to location] /move 123456 (/move player ID)
[Move player to location] /moveTo 123456 123456 (/moveTo move player ID target player ID)
```

{% endcode %}


---

# 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://doc.mesozoicdawn.com/english/game-command-line-code.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.
