From 7a6fbb7eb03092df7a19984f6dd92bd3b74e7b49 Mon Sep 17 00:00:00 2001 From: raeleus Date: Sat, 28 Sep 2024 22:12:47 -0700 Subject: [PATCH] Update README.md --- README.md | 33 ++------------------------------- 1 file changed, 2 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index e9b367f..cb83045 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Hashtag-DnD - Scenario script for AI Dungeon +A Scenario script for AI Dungeon Hashtag DnD is a scripted AI Dungeon scenario that gives you a variety of tools to enhance your adventure! @@ -12,36 +12,7 @@ Unlimited party size with each character having their own inventory, stats, and Multiplayer compatible
Personalized note system that does not take up context space
-Commands are entered with hashtags. For example, you can roll a die if you type the following: -`#roll`
- -Hashtags can have parameters:
-`#roll advantage 4d6`
- -The hashtags allow for as much immersion and complexity as you want:
-`#attack the evil chicken`
-`#attack ranged disadvantage easy the goblin with your spear`
-`#cast thunderwave at the skeletons`
-`#check persuasion 15`
-`#try charisma to kiss the frog`
- -Use quotes when you have spaces in a parameter. This isn't always necessary, but it is advised when multiple parameters make the phrase ambiguous:
-`#buy 2 "red herrings" with 3 gold`
- -You should start by creating a character in do mode:
-`#setup`
- -You can create multiple characters in your party. In story mode, type the following:
-`Barbara #setup`
- -You will then use story mode to act upon that character:
-`Barbara #take greataxe`
- -To see the full list of hashtags, use `#help` - -If the scenario is having trouble responding to your hashtags, use Story mode. Try not to use Say mode with hash tags, but it works for most commands. Do mode automatically assigns the character name to the character name you set in AID when third person mode is activated. - -The provided scenario is very bare bones. This is intended to be the base for your own story development. Look out for future scenarios based on Hashtag DnD! +See the [user guide here](https://github.com/raeleus/Hashtag-DnD/wiki). v. 0.0.6 * #cast no longer requires quotes