Added #gonorth, #gosouth, #goeast, #gowest. Resolves #27

This commit is contained in:
raeleus 2024-09-30 09:21:16 -07:00
parent b7b460b541
commit 92fc206423
3 changed files with 76 additions and 4 deletions

View file

@ -15,7 +15,7 @@ Personalized note system that does not take up context space<br>
See the [user guide here](https://github.com/raeleus/Hashtag-DnD/wiki).
v. 0.1.0
* Added `#createlocation`, `#goto`, `#removelocation`, `#clearlocations`, `#getlocation` and `#showlocations` to enable travelling.
* Added `#createlocation`, `#goto`, `#gonorth`, `#gosouth`, `#goeast`, `#gowest`, `#removelocation`, `#clearlocations`, `#getlocation` and `#showlocations` to enable travelling.
* Added `#map` to generate an ASCII map based on the locations and player location.
* Added `#renameitem` to rename an existing item
* Added `#renamecharacter` to rename an existing character