P3D-Legacy/P3D/Content/Data/Scripts/marts/default.dat

45 lines
3.1 KiB
Plaintext

version=2
@Text.show(Welcome!~What do you need?)
@options.show(Store,See Ya!)
:when:Store
:if:<player.badges><1
:then
@screen.Trade({5|-1|-1}{18|-1|-1}{9|-1|-1}{13|-1|-1},True,True)
:end
:endif
:if:<player.badges><2
:then
@screen.Trade({5|-1|-1}{18|-1|-1}{17|-1|-1}{9|-1|-1}{13|-1|-1}{12|-1|-1}{10|-1|-1}{11|-1|-1}{19|-1|-1}{20|-1|-1},True,True)
:end
:endif
:if:<player.badges><4
:then
@screen.Trade({5|-1|-1}{4|-1|-1}{18|-1|-1}{17|-1|-1}{39|-1|-1}{9|-1|-1}{13|-1|-1}{12|-1|-1}{10|-1|-1}{11|-1|-1}{19|-1|-1}{20|-1|-1}{42|-1|-1},True,True)
:end
:endif
:if:<player.badges><6
:then
@screen.Trade({5|-1|-1}{4|-1|-1}{18|-1|-1}{17|-1|-1}{16|-1|-1}{39|-1|-1}{9|-1|-1}{13|-1|-1}{12|-1|-1}{10|-1|-1}{11|-1|-1}{38|-1|-1}{19|-1|-1}{20|-1|-1}{42|-1|-1},True,True)
:end
:endif
:if:<player.badges><8
:then
@screen.Trade({5|-1|-1}{4|-1|-1}{2|-1|-1}{18|-1|-1}{17|-1|-1}{16|-1|-1}{15|-1|-1}{39|-1|-1}{9|-1|-1}{13|-1|-1}{12|-1|-1}{10|-1|-1}{11|-1|-1}{38|-1|-1}{19|-1|-1}{20|-1|-1}{42|-1|-1}{43|-1|-1},True,True)
:end
:endif
:if:<player.badges>>7
:then
@screen.Trade({5|-1|-1}{4|-1|-1}{2|-1|-1}{18|-1|-1}{17|-1|-1}{16|-1|-1}{15|-1|-1}{14|-1|-1}{39|-1|-1}{9|-1|-1}{13|-1|-1}{12|-1|-1}{10|-1|-1}{11|-1|-1}{38|-1|-1}{19|-1|-1}{20|-1|-1}{42|-1|-1}{43|-1|-1},True,True)
:end
:endif
@screen.Trade({4|-1|-1}{5|-1|-1}{18|-1|-1}{17|-1|-1}{9|-1|-1}{13|-1|-1}{12|-1|-1}{10|-1|-1}{11|-1|-1}{39|0|-1},True,True)
:when:See Ya!
:endwhen
:end