12 lines
662 B
Plaintext
12 lines
662 B
Plaintext
version=2
|
|
:if:<register.registered(rocket_invasion_defeat)>=True
|
|
:then
|
|
@Text.show(Welcome! How may I~help you?)
|
|
@Options.show(Buy,See Ya!)
|
|
:when:Buy
|
|
@screen.Trade({4|-1|-1}{114|-1|-1}{17|-1|-1}{16|-1|-1}{9|-1|-1}{13|-1|-1}{42|-1|-1}{39|-1|-1},True,True)
|
|
:when:See Ya!
|
|
@Text.show(Please come again!)
|
|
:endwhen
|
|
:endif
|
|
:end |