Inform about limitation in XYZGrid respawner; see #3175
This commit is contained in:
parent
22424d3dc5
commit
bbf1223e98
1 changed files with 5 additions and 1 deletions
|
|
@ -1411,6 +1411,10 @@ The work flow of working with the grid is usually as follows:
|
||||||
modifying the _Map String_ and then rerunning `evennia xyzgrid spawn` to
|
modifying the _Map String_ and then rerunning `evennia xyzgrid spawn` to
|
||||||
apply the changes.
|
apply the changes.
|
||||||
|
|
||||||
|
```{important}
|
||||||
|
You can currently not change a node-type _in-place_ by respawning your map. That is, if you change a `#` to a `T`, the re-spawner won't understand this change. Either make this change manually in-game, or do it in two steps: First remove the `#` on your map and respawn (this will remove the node). Next you now add `T` in its place and respawn again (this will now create the new `T` node in the empty location).
|
||||||
|
```
|
||||||
|
|
||||||
## Details
|
## Details
|
||||||
|
|
||||||
The default Evennia's rooms are non-euclidian - they can connect
|
The default Evennia's rooms are non-euclidian - they can connect
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue