remove unimplemented items

This commit is contained in:
darkfire006 2024-01-06 18:16:11 -06:00
parent 507b9216d9
commit d5b62e90b3
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@ version=2
@options.show(Buy,Cancel) @options.show(Buy,Cancel)
:when:Buy :when:Buy
@screen.trade({589|-1|15}{588|-1|15}{594|-1|15}{595|-1|15},1,0,bp) @screen.trade({594|-1|15}{595|-1|15},1,0,bp)
@text.show(Thank you.) @text.show(Thank you.)
:end :end
:when:Cancel :when:Cancel
@text.show(buurrrrp*Someone better buy some`before I eat them all.) @text.show(buurrrrp*Someone better buy some~before I eat them all.)
:end :end
:endwhen :endwhen
:end :end