Update ReadMe.md

This commit is contained in:
janavarro95 2016-04-24 22:51:35 -07:00
parent dd753df31e
commit 783a8070e5
1 changed files with 0 additions and 9 deletions

View File

@ -10,15 +10,6 @@ This is the custom_shop_mod_redux which is a second, much better attempt at addi
Basically making a custom shop is as simple as following the formatting in the pre-existsing custom_shops in a new text file. Basically making a custom shop is as simple as following the formatting in the pre-existsing custom_shops in a new text file.
If you ever wish to call the mod without the menu in your own mod, simply call shop_file_call("myfilename.txt") in your Stardew Valley Mod.
(Make sure you add a reference to this mod.)
The full call would look something like.
Custom_Shop_Mod_Redux.Class1.shop_file_call("file.txt");
Where file.txt is the name of the shop info you wish to open.
Make sure the formatting is correct otherwise you will get errors! Make sure the formatting is correct otherwise you will get errors!
Have fun with this one! I hope to see all of the custom shops that you all put out! Have fun with this one! I hope to see all of the custom shops that you all put out!