From 9fb101572cbd0ade455f5238fa3316f30ac0ed77 Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Thu, 6 May 2021 14:33:57 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e6fc6b..66bccfc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # DMS -The Dialogue Management Script's goal is to provide a nice and simple way to have dialogue for games, while also providing a fully functioning language to perform login in. +The Dialogue Management Script's goal is to provide a nice and simple way to have dialogue for games, while also providing a fully functioning language to perform logic in. # Todo - [X] ~~Implement bytecode for if/else if/else statements~~ @@ -9,4 +9,4 @@ The Dialogue Management Script's goal is to provide a nice and simple way to hav - [X] ~~Finish implementing custom datatype~~ - [ ] Speed up interperter - [ ] Finish C API for code -- [ ] Extend beginning features \ No newline at end of file +- [ ] Extend beginning features