Dialog

It's written in YAML, because YAML is cool.
  • yaml
- c: dabric
- I love saying things
- face: wink
- This is another dialog
- c: evil person
- I'm evil...

Nugget

It's an item of a list. Can either be a string or an object.
If it's a string, it makes the character say that.
If it's an object, see the next heading.

Nugget data

Sets data for only the next line said. You can make it stick until the next character by adding !.
c is special. It's reserved for switching characters, and will always be preserved across lines.
  • yaml
- c: dabric
- Hello. # [o_o]
- face: wink
- Hello. # [o_-]
- Hello. # [o_o]
- face!: wink
- Hello. # [o_-]
- Still winking. # [o_-]
- c: someoneElse
- I'm not Dabric. # :|
- Not winking anymore too. # :|

This is an old archived version of my website as of August 10th, 2024.

You can view it, but page content may be outdated. I've tried my best to update links but some may be incorrect. Adding /archive/v3/ to the start of the url should work if you somehow 404.

The current version can be found at just dabric.xyz.