one more shop to include in the proj
This commit is contained in:
parent
a514d4bd61
commit
201108ae53
|
@ -0,0 +1,13 @@
|
|||
version=2
|
||||
@text.show(With these items you can work your field to exactly how you want it!*Do you want to buy~anything?)
|
||||
|
||||
@options.show(Yes,No)
|
||||
:when:Yes
|
||||
@screen.trade({293|-1|25}{294|-1|25}{295|-1|25}{296|-1|25}{297|-1|25}{596|-1|25}{597|-1|25}{598|-1|25}{599|-1|25}{600|-1|25},1,0,bp)
|
||||
@text.show(Thank you.)
|
||||
:end
|
||||
:when:No
|
||||
@text.show(Have a nice day.)
|
||||
:end
|
||||
:endwhen
|
||||
:end
|
|
@ -29394,6 +29394,9 @@
|
|||
<Content Include="Content\Data\Scripts\frontier\shops\nurture.dat">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Content\Data\Scripts\frontier\shops\field.dat">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Include="Content\Data\Scripts\kin\berryforestitems\2051.dat">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
|
|
Loading…
Reference in New Issue