Difference between revisions of "Modding talk:Maps"

From Stardew Valley Wiki
Jump to navigation Jump to search
(Created page with "re: <samp>Action Buy General</samp> I don't see this in the code? Where would this be? <samp>Action Buy</samp> does open the seedshop menu if the player is in the SeedShop an...")
 
(→‎Re: Action Buy General: re: argument is probably from the tile property, fine to correct it)
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
re: <samp>Action Buy General</samp>
+
{{Talkheader|modding}}
  
I don't see this in the code? Where would this be? <samp>Action Buy</samp> does open the seedshop menu if the player is in the SeedShop and Pierre's nearby, but there's no check for <samp>General</samp>. (see GameLocation.openShopMenu)
+
==Re: <samp>Action Buy General</samp>==
 +
I don't see this in the code? Where would this be? <samp>Action Buy</samp> does open the seedshop menu if the player is in the SeedShop and Pierre's nearby, but there's no check for <samp>General</samp>. (see GameLocation.openShopMenu) [[User:Atravita|Atravita]] ([[User talk:Atravita|talk]]) 17:38, 3 May 2023 (UTC)
 +
 
 +
: That's probably from the property in <samp>Maps/SeedShop</samp>, which does use <samp>Action: Buy General</samp>. I think we can correct the page to note that any argument besides <samp>Fish</samp> opens either Pierre's or Sandy's shop, depending on the current location. —<small>[[User:Pathoschild|Pathoschild]] ([[User talk:Pathoschild|talk]]) 22:52, 3 May 2023 (UTC)</small>

Revision as of 22:53, 3 May 2023

This talk page is for discussing Modding:Maps.
  • Sign and date your posts by typing four tildes (~~~~).
  • Put new text below old text.
  • Be polite.
  • Assume good faith.
  • Don't delete discussions.

Re: Action Buy General

I don't see this in the code? Where would this be? Action Buy does open the seedshop menu if the player is in the SeedShop and Pierre's nearby, but there's no check for General. (see GameLocation.openShopMenu) Atravita (talk) 17:38, 3 May 2023 (UTC)

That's probably from the property in Maps/SeedShop, which does use Action: Buy General. I think we can correct the page to note that any argument besides Fish opens either Pierre's or Sandy's shop, depending on the current location. —Pathoschild (talk) 22:52, 3 May 2023 (UTC)