Coding and development help¶
This documentation aims to help you set up a sane development environment to make your game, also if you never coded before. If you are an experienced coder, much of this will be familiar to you, but some things may still be useful.
Setting up a workflow¶
See also the Beginner Tutorial.
Coding away¶
- Coding Introduction
- Coding FAQ
- Table of Contents
- Removing default commands
- Preventing character from moving based on a condition
- Reference initiating object in an EvMenu command.
- Adding color to default Evennia Channels
- Selectively turn off commands in a room
- Select Command based on a condition
- Automatically updating code when reloading
- Changing all exit messages
- Add parsing with the “to” delimiter
- Store last used session IP address
- Non-latin characters in EvTable
- Debugging
- Unit Testing
- Profiling
- Quirks