mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-18 00:08:43 +02:00
13 lines
318 B
Plaintext
13 lines
318 B
Plaintext
version=2
|
|
@text.show(These items can help power~up your training!)
|
|
|
|
@options.show(Buy,Cancel)
|
|
:when:Buy
|
|
@screen.trade({581|-1|40}{582|-1|40}{583|-1|40}{584|-1|40}{585|-1|40}{586|-1|40}{587|-1|40},1,0,bp)
|
|
@text.show(Thank you.)
|
|
:end
|
|
:when:Cancel
|
|
@text.show(Come back to train~with power!)
|
|
:end
|
|
:endwhen
|
|
:end |