mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2025-03-05 20:51:53 -08:00
Fix Readmes
This commit is contained in:
parent
416dec0822
commit
91d31fc6f8
|
@ -221,7 +221,7 @@ The following device roles have been working:
|
||||||
- **Statistics**: View statistics about nodes, hardware, and roles.
|
- **Statistics**: View statistics about nodes, hardware, and roles.
|
||||||
- **Wall of Shame**: View devices with low battery levels.
|
- **Wall of Shame**: View devices with low battery levels.
|
||||||
- **Fortune Teller**: Get a random fortune. Pulls from the fortunes.txt file. Feel free to edit this file remove or add more if you like.
|
- **Fortune Teller**: Get a random fortune. Pulls from the fortunes.txt file. Feel free to edit this file remove or add more if you like.
|
||||||
- **GAMES**: GAMES!!! BBSs have to have games. You can make and add your own! Games should be written in python. The Games Menu gets the names from the GameTitle variable. (e.g. GameTitle="A Brave Adventure") in the game.py file.
|
- **GAMES**: GAMES!!! BBSs have to have games. You can make and add your own! Games should be written in a CSV format. The Games Menu gets the names from the Title variable. (e.g. Title="A Brave Adventure") in the game file. See gamefile_syntax.md for more information.
|
||||||
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
|
@ -55,7 +55,7 @@ title="The Mysterious Forest"
|
||||||
---
|
---
|
||||||
|
|
||||||
## 📌 **Edge Cases & Notes**
|
## 📌 **Edge Cases & Notes**
|
||||||
⚠ **If an invalid line number is referenced**, the game may crash.
|
⚠ **If an invalid line number is referenced**, the game will crash by having the player fall into an abyss.
|
||||||
⚠ **A story segment must always be in column 1**, even if no choices follow.
|
⚠ **A story segment must always be in column 1**, even if no choices follow.
|
||||||
⚠ **Extra spaces around text are automatically trimmed.**
|
⚠ **Extra spaces around text are automatically trimmed.**
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue