• 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.

Help and Requests

Status
Not open for further replies.
This is an Essentials question, but I'll answer it anyway.

The red/green line of script you typed into the event is spread over 2 lines because the script box you typed it into wasn't wide enough. The game reads each part separately, because they're on separate lines.

While in the script box (where you typed it in), run extendtext.exe (found in the main game folder) to widen the box. If it still doesn't all fit on one line (it should), purposely make a new line directly after a comma or a bracket. Something like this:

Code:
[COLOR=red]pbRegisterPartner(PBTrainers: PkMnTRAINER,[/COLOR]
[COLOR=seagreen]Keith,"Keith",0)[/COLOR]
 
[COLOR=red]pbRegisterPartner([/COLOR]
[COLOR=red][COLOR=seagreen]PBTrainers: PkMnTRAINER,[/COLOR][/COLOR][COLOR=seagreen]Keith,"Keith",[/COLOR]
[COLOR=seagreen][COLOR=red]0)[/COLOR][/COLOR]

Thanks, but after doing that, I got the error:

Exception: RuntimeError
Message: Script error within event 21, map 42 (Majestic City):
(eval): 1 :in `pbExecuteScript'uninitialized constant PBTrainers::PkMnTRAINER_Keith
Interpreter:238:in `pbExecuteScript'
Interpreter:1650:in `eval'
Interpreter:238:in `pbExecuteScript'
Interpreter:1650:in `command_355'
Interpreter:494:in `execute_command'
Interpreter:190:in `update'
Interpreter:104:in `loop'
Interpreter:195:in `update'
Scene_Map:100:in `update'
Scene_Map:98:in `loop'
Interpreter:277:in `pbExecuteScript'
Interpreter:1650:in `command_355'
Interpreter:494:in `execute_command'
Interpreter:190:in `update'
Interpreter:104:in `loop'
Interpreter:195:in `update'
Scene_Map:100:in `update'
Scene_Map:98:in `loop'
Scene_Map:111:in `update'
Scene_Map:67:in `main'
 
Thanks, but after doing that, I got the error:

Exception: RuntimeError
Message: Script error within event 21, map 42 (Majestic City):
(eval): 1 :in `pbExecuteScript'uninitialized constant PBTrainers::PkMnTRAINER_Keith
Interpreter:238:in `pbExecuteScript'
Interpreter:1650:in `eval'
Interpreter:238:in `pbExecuteScript'
Interpreter:1650:in `command_355'
Interpreter:494:in `execute_command'
Interpreter:190:in `update'
Interpreter:104:in `loop'
Interpreter:195:in `update'
Scene_Map:100:in `update'
Scene_Map:98:in `loop'
Interpreter:277:in `pbExecuteScript'
Interpreter:1650:in `command_355'
Interpreter:494:in `execute_command'
Interpreter:190:in `update'
Interpreter:104:in `loop'
Interpreter:195:in `update'
Scene_Map:100:in `update'
Scene_Map:98:in `loop'
Scene_Map:111:in `update'
Scene_Map:67:in `main'
Make sure you've properly defined "PkMnTRAINER_Keith" as a trainer class, and "Keith" as a trainer under that class. Check the capitalisation and all that. The error occurs because there's no trainer class with exactly the name you're asking for in the "Register Partner" event. There's probably just a typo in the trainernames.txt file, since the class isn't recognised as opposed to the individual trainer.

Other than that, all I can suggest is that you make sure you recompile the game before running it (play test it in RPG Maker XP). This step is incredibly basic and we take it for granted that everyone does it, but some people still manage to forget to do so after making their changes.
 
Hi ^^
I'm new here and I've got big problem :/
I started playing Pokemon: hall of Fame it's very nice ;D
But my problem is that...
That i don't know how to get "RockSmash" it's realy pissing me of because I completed the first region I defeted all Gym masters but when i try to go to the league I can't pass the rockcave because i don't have rocksmash :/
So I'll be ver very! XD greatfull i someone could explain my how i can obtain "RockSmash" it's HM06 (I think ?) In Pokemon: Hall of fame version
And if I wrote this in bad topic , I'm realy sory for this but I didn't Find some good answer for my question in other Topics

So Help me guy's ^^
 
Code:
---------------------------
Pokemon Essentials
---------------------------
Exception: RuntimeError

Message: Script error within event 7, map 36 (Route 1):

Exception: SyntaxError

Message: (eval):1:in `pbExecuteScript'compile error
(eval):1: syntax error
Kernel.pbAddDependency2(008, 
                           ^

***Full script:

Kernel.pbAddDependency2(008, 
"Pikachu1", 3)




Interpreter:274:in `pbExecuteScript'

Interpreter:1583:in `command_355'

Interpreter:492:in `execute_command'

Interpreter:191:in `update'

Interpreter:104:in `loop'

Interpreter:196:in `update'

Scene_Map:96:in `update'

Scene_Map:94:in `loop'

Scene_Map:107:in `update'

Scene_Map:63:in `main'



This exception was logged in errorlog.txt.

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

WTF?!?!?

I used a simple, usual pbAddDependency2 this popped up...
I tried altering so that Event "003" was dependent instead of "008"
and then it worked :O

The problem is, I have to use the 8th event...
WTF is wrong?!? xD

Someone, help please!


Cheerz~
 
hello
can someone PLEASE tell me how to change the music that plays when you battle a certain trainer?
 
C'mon !! Tell me what to do!! ;]

I don't know how to get "RockSmash" it's realy pissing me of because I completed the first region I defeted all Gym masters but when i try to go to the league I can't pass the rockcave because i don't have rocksmash :/
So I'll be ver very! XD greatfull i someone could explain my how i can obtain "RockSmash" it's HM06 (I think ?) In Pokemon: Hall of fame version
 
I neeed Help! Looking For GYM Tilesets (d/p/pt/hg/ss style)

Im looking for Gym tilesets, for if your making a gym ... a pokemon gym.. for Pokemon Essentials...rpgmaker xp :D Thanks you.. im new , not sure if this goes here
 
Code:
---------------------------
Pokemon Essentials
---------------------------
Exception: RuntimeError

Message: Script error within event 7, map 36 (Route 1):

Exception: SyntaxError

Message: (eval):1:in `pbExecuteScript'compile error
(eval):1: syntax error
Kernel.pbAddDependency2(008, 
                           ^

***Full script:

Kernel.pbAddDependency2(008, 
"Pikachu1", 3)




Interpreter:274:in `pbExecuteScript'

Interpreter:1583:in `command_355'

Interpreter:492:in `execute_command'

Interpreter:191:in `update'

Interpreter:104:in `loop'

Interpreter:196:in `update'

Scene_Map:96:in `update'

Scene_Map:94:in `loop'

Scene_Map:107:in `update'

Scene_Map:63:in `main'



This exception was logged in errorlog.txt.

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

WTF?!?!?

I used a simple, usual pbAddDependency2 this popped up...
I tried altering so that Event "003" was dependent instead of "008"
and then it worked :O

The problem is, I have to use the 8th event...
WTF is wrong?!? xD

Someone, help please!


Cheerz~

You must use the "extendtext" application that comes with your copy of Pokemon Essentials.

Using the extendtext application, it will extend your text box so you are able to type the full script. You typed half the script, and the other half went onto the next line.
 
C'mon !! Tell me what to do!! ;]

I don't know how to get "RockSmash" it's realy pissing me of because I completed the first region I defeted all Gym masters but when i try to go to the league I can't pass the rockcave because i don't have rocksmash :/
So I'll be ver very! XD greatfull i someone could explain my how i can obtain "RockSmash" it's HM06 (I think ?) In Pokemon: Hall of fame version
You should ask that in the Pokémon: Hall of Fame thread, not in here. Maybe it's already been asked and answered.
 
You must use the "extendtext" application that comes with your copy of Pokemon Essentials.

Using the extendtext application, it will extend your text box so you are able to type the full script. You typed half the script, and the other half went onto the next line.

Oh, I see! xD
Well thanks a lot!~

Cheerz~
 
I'm wondering, could I use "BYOND" to post Game Development stuff here? BYOND allows Online Game Making, more like Multiplayer...I can't supply a link because I haven't made 15 posts yet but, you could search it on google...There are a few Pokemon Games there, which are quite fun but I was planning to create one too, One that everyone in that Community could enjoy and i'm not so sure if I could use BYOND for the PokeCommunity Forum...
 
Okay, so nobody's responding in the PE thread, so I'll post my problem here aswell, since
I need help FAST.
I can't progress with my game 'til this is resolved.

[PokeCommunity.com] Help and Requests

This pops up when the "New Game - Continue - Option" screen is about to show, then
the game exits.

What's wrong?! xD

Need answer quick. Thanks in Advance.


Cheerz~
 
Status
Not open for further replies.
Back
Top