11 lines
201 B
Hare
11 lines
201 B
Hare
@tim says "hello world, it's a good day"
|
|
@tim change name "Timothy Fineshooter"
|
|
@tim to fr
|
|
choice "choice numero uno" {
|
|
@tim says "super sad"
|
|
}
|
|
or "choice numero duo" {
|
|
@tim says "super unsad"
|
|
}
|
|
END
|