• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Pokémon BW2 Bag (Stock Essentials Version)

---------------------------
Pokemon Essentials
---------------------------
Script 'BW2 Bag' line 1227: SyntaxError occurred.
---------------------------
OK
---------------------------
Getting this error and by the way do I have to separate the bags like cut them into different parts like the Essentials bag?
 
I'm trying to move the text for pocketname down but this happens:

[PokeCommunity.com] Pokémon BW2 Bag (Stock Essentials Version)


And yes that is on the normal spot where the icon would be,
but can anyone help me?
Maybe deleting the icon code? I don't know because I can't really code myself.
Only make small corrections and such.
 
---------------------------
Pokemon Essentials
---------------------------
Script 'BW2 Bag' line 1227: SyntaxError occurred.
---------------------------
OK
---------------------------
Getting this error and by the way do I have to separate the bags like cut them into different parts like the Essentials bag?

Don't know about the error, But yes you have to use 8 different bag screens.
(Except when you use less or more pockets)
 
I'm trying to move the text for pocketname down but this happens:

[PokeCommunity.com] Pokémon BW2 Bag (Stock Essentials Version)


And yes that is on the normal spot where the icon would be,
but can anyone help me?
Maybe deleting the icon code? I don't know because I can't really code myself.
Only make small corrections and such.

You don't want to move the text for the pocket down, you want to move the viewport for the text downward.

[PokeCommunity.com] Pokémon BW2 Bag (Stock Essentials Version)


The text is coded to only appear within the red box. So when you moved the text downward, it's being cut off because the bottom half is outside that box. You want to move the box itself, not the text.

Unfortunately, I know what your problem is, not how to fix it. I'm having trouble figuring out which viewport is the one with the pocket name text in it.

EDIT: Try either line 148 or 880.
 
Last edited:
I like this style , I'll give you credit when i use it
 
when ever i open the bag i get this error



Exception: NoMethodError

Message: undefined method `inAreaPress?' for #<Game_Mouse:0x8d08970>

BW 2 Bag:744:in `pbChooseItem'

BW 2 Bag:629:in `loop'

BW 2 Bag:823:in `pbChooseItem'

BW 2 Bag:628:in `pbActivateWindow'

BW 2 Bag:628:in `pbChooseItem'

BW 2 Bag:1026:in `pbStartScreen'

BW 2 Bag:1025:in `loop'

BW 2 Bag:1100:in `pbStartScreen'

BW 2 Menu:544:in `bag'

BW 2 Menu:543:in `pbFadeOutIn'



This exception was logged in

C:\Users\(my name)\Saved Games/(my game)/errorlog.txt.

Press Ctrl+C to copy this message to the clipboard.
---------------------------
OK
---------------------------


looks amaxing by the way
thanks

Update:
I fixed the error by deleting that section of code but now I am unable to use and select items
 
Last edited:
Back
Top