Did you delete the backgrounds of the other scenes by any chance? If you deleted the folder where those backgrounds were with all its contents, you'll have to restore it since my plugin doesn't come with them.
Aside from that case, I don't know why your backgrounds don't show in-game since this...
Fixed a bug that caused BP price to be halved when selecting item quantity on v20.1. On v21+ is likely to still be present since this plugin only included an adapted version of v21+ bp shop for v20.1.
Deleted the compiler on the 21+ version of the plugin.
Well, that problem is carried from the v21 version since I didn't touch the line that causes it. I'll upload the fix but you can do it yourself by going to 02 - Shop/BP_Shop and deleting or commenting out line 341. The line in question is itemprice /= 2 if !@buying.
LinKazamine updated [20.1+] Pokegear Themes with a new update entry:
Added and updated images for Arcky's Region Map
Read the rest of this update entry...
Changed the background's image name for the Extended Preview of Arcky's Region Map.
Added the Text Raster for the Extended Preview of Arcky's Region Map.
Theme 5 has three versions of the Text Raster and Theme 6 has two. Only the one with the name mapTextRaster.png will be displayed in-game so...
The problem may be that you don't have a ] anywhere in that command. That or you have a [ that you don't need at all. Script calls like this one use those symbols so you may want to fix that and see if it solves the problem.
The error message is telling you what is wrong and how to fix it:
So, instead of
DiegoWTsStarterSelection.new
(:BULBASAUR,:CHARMANDER,:SQUIRTLE)
You should write
DiegoWTsStarterSelection.new(
:BULBASAUR,:CHARMANDER,:SQUIRTLE)
You could also use the extendtext.exe that is in the root folder...