mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
9 lines
484 B
Plaintext
9 lines
484 B
Plaintext
version=2
|
|
@Text.show(Welcome! How may I~help you?)
|
|
@Options.show(Buy,See Ya!)
|
|
:when:Buy
|
|
@screen.Trade({20|-1|-1}{37|-1|-1}{46|-1|-1}{47|-1|-1}{48|-1|-1}{318|-1|-1},True,True)
|
|
:when:See Ya!
|
|
@Text.show(Please come again!)
|
|
:endwhen
|
|
:end |