Continued with adding commands

This commit is contained in:
Griatch 2020-07-03 01:00:13 +02:00
parent 131a9f89aa
commit 830f793aa4
5 changed files with 843 additions and 627 deletions

View file

@ -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)