mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-18 08:18:42 +02:00
13 lines
322 B
Plaintext
13 lines
322 B
Plaintext
version=2
|
|
@text.show(I stock the best consumable~items available!*Buy some so I don't~eat them all!)
|
|
|
|
@options.show(Buy,Cancel)
|
|
:when:Buy
|
|
@screen.trade({594|-1|15}{595|-1|15},1,0,bp)
|
|
@text.show(Thank you.)
|
|
:end
|
|
:when:Cancel
|
|
@text.show(buurrrrp*Someone better buy some~before I eat them all.)
|
|
:end
|
|
:endwhen
|
|
:end |