mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Continued with adding commands
This commit is contained in:
parent
131a9f89aa
commit
830f793aa4
5 changed files with 843 additions and 627 deletions
|
|
@ -93,7 +93,6 @@
|
|||
- [Howto/NPC shop Tutorial](Howto/NPC-shop-Tutorial)
|
||||
- [Howto/Starting/API Overview](Howto/Starting/API-Overview)
|
||||
- [Howto/Starting/Add a simple new web page](Howto/Starting/Add-a-simple-new-web-page)
|
||||
- [Howto/Starting/Adding Command Tutorial](Howto/Starting/Adding-Command-Tutorial)
|
||||
- [Howto/Starting/Adding Object Typeclass Tutorial](Howto/Starting/Adding-Object-Typeclass-Tutorial)
|
||||
- [Howto/Starting/Coding Introduction](Howto/Starting/Coding-Introduction)
|
||||
- [Howto/Starting/Coordinates](Howto/Starting/Coordinates)
|
||||
|
|
@ -101,6 +100,7 @@
|
|||
- [Howto/Starting/Game Planning](Howto/Starting/Game-Planning)
|
||||
- [Howto/Starting/Implementing a game rule system](Howto/Starting/Implementing-a-game-rule-system)
|
||||
- [Howto/Starting/Parsing command arguments, theory and best practices](Howto/Starting/Parsing-command-arguments,-theory-and-best-practices)
|
||||
- [Howto/Starting/Part1/Adding Commands](Howto/Starting/Part1/Adding-Commands)
|
||||
- [Howto/Starting/Part1/Building Quickstart](Howto/Starting/Part1/Building-Quickstart)
|
||||
- [Howto/Starting/Part1/Gamedir Overview](Howto/Starting/Part1/Gamedir-Overview)
|
||||
- [Howto/Starting/Part1/Python basic introduction](Howto/Starting/Part1/Python-basic-introduction)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue