mirror of
https://github.com/evennia/evennia.git
synced 2026-03-31 04:57:16 +02:00
Add first version of converted wiki
This commit is contained in:
parent
1900ae6af7
commit
e50dea549d
189 changed files with 26862 additions and 456 deletions
26
docs/source/Builder-Docs.md
Normal file
26
docs/source/Builder-Docs.md
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Builder Docs
|
||||
|
||||
This section contains information useful to world builders.
|
||||
|
||||
### Building basics
|
||||
|
||||
- [Default in-game commands](Default-Command-Help)
|
||||
- [Building Quick-start](Building-Quickstart)
|
||||
- [Giving build permissions to others](Building-Permissions)
|
||||
- [Adding text tags](TextTags)
|
||||
- [Colored text](https://github.com/evennia/evennia/wiki/TextTags#coloured-text)
|
||||
- [Clickable links](https://github.com/evennia/evennia/wiki/TextTags#clickable-links)
|
||||
- [Inline functions](https://github.com/evennia/evennia/wiki/TextTags#inline-functions)
|
||||
- [Customizing the connection screen](Connection-Screen)
|
||||
|
||||
### Advanced building and World building
|
||||
|
||||
- [Overview of batch processors](Batch-Processors)
|
||||
- [Batch-command processor](Batch-Command-Processor)
|
||||
- [Batch-code processor](Batch-Code-Processor)
|
||||
- [Using the Spawner for individualizing objects](https://github.com/evennia/evennia/wiki/Spawner-and-Prototypes)
|
||||
- [Adding Zones](Zones)
|
||||
|
||||
### The Tutorial world
|
||||
|
||||
- [Introduction and setup](Tutorial-World-Introduction)
|
||||
Loading…
Add table
Add a link
Reference in a new issue