25 lines
467 B
Hare
25 lines
467 B
Hare
@tim says "hello world, it's a good day"
|
|
@tim change name "Timothy Fineshooter"
|
|
@tim to fr
|
|
choice "choice numero uno" {
|
|
@tim animate wave
|
|
@tim says "super sad"
|
|
choice "choice numero uno" {
|
|
@tim animate wave
|
|
@tim says "super sad"
|
|
}
|
|
or "choice numero duo" {
|
|
@tim says "super unsad"
|
|
}
|
|
or "choice numero tres" {
|
|
@tim says "hola mi amigos"
|
|
}
|
|
}
|
|
or "choice numero duo" {
|
|
@tim says "super unsad"
|
|
}
|
|
or "choice numero tres" {
|
|
@tim says "hola mi amigos"
|
|
}
|
|
END
|