started implementing server side choice mechanics

This commit is contained in:
2026-05-03 02:58:16 +01:00
parent 93c09290cd
commit ffe1c75947
7 changed files with 62 additions and 8 deletions
+6
View File
@@ -1,2 +1,8 @@
@tim says "hello world, it's a good day"
choice "choice numero uno" {
@tim says "super sad"
}
or "choice numero duo" {
@tim says "super unsad"
}
END