2024-01-06 18:16:11 -06:00

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