added basic variable functionality, doesn't really do anything at the

moment but you can assign and change variables.
This commit is contained in:
2026-05-25 02:19:30 +01:00
parent 21bf659718
commit 20369ef838
6 changed files with 91 additions and 18 deletions
+1
View File
@@ -2,6 +2,7 @@
@tim change name "Timothy Fineshooter"
$x = 3
$x + 1
$x - 2
label:
choice "choice numero uno" {
@tim says "super sad"