15 lines
191 B
Plaintext
15 lines
191 B
Plaintext
@dialogue npc:1917
|
|
player("Hello.")
|
|
npc("Stuff for sale.", "You buying?")
|
|
>options
|
|
|
|
options: {
|
|
option("Yes", "No")
|
|
@option1{
|
|
openshop(1917)
|
|
}
|
|
@option2{
|
|
npc("No?", "'Bye then.")
|
|
}
|
|
|
|
} |