Files
happening/stories/story.ha
T
2026-05-14 21:24:28 +01:00

10 lines
190 B
Hare

@tim says "hello world, it's a good day"
@tim change name "Timothy Fineshooter"
choice "choice numero uno" {
@tim says "super sad"
}
or "choice numero duo" {
@tim says "super unsad"
}
END