• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Forum moderator applications are now open! Click here for details.
  • 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)

223
Posts
8
Years
---------------------------
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?
 

Douwert

Custom shiny mugshot :)
11
Posts
7
Years
I'm trying to move the text for pocketname down but this happens:

0vvYD2q.png


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.
 

Douwert

Custom shiny mugshot :)
11
Posts
7
Years
---------------------------
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)
 
824
Posts
8
Years
I'm trying to move the text for pocketname down but this happens:

0vvYD2q.png


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.

untitled_by_rot8erconex-dad98m0.png


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:

Erassus

I'm back.
50
Posts
9
Years
It's need to be redone from scratch. So i will keep an eye.
 
Last edited:
1
Posts
7
Years
  • Age 33
  • Seen Jan 2, 2020
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