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

[Question] Test crash once I beat opponent,

22
Posts
8
Years
Hey everyone, I have a slightly annoying Problem, I've been trying to make an NPC that battles, however it constantly crashes, I have absolutely no idea what I am doing wrong... I've been at this for about 3 days (the whole of RPG maker that is)

The Error:
Spoiler:


The Code:
Spoiler:


I'm incredibly confused as to what is causing the issue.
 

Sparkin

Guest
0
Posts
Try:
Code:
pbTrainerBattle(:BLACKKNIGHT,".",_I("I...lost."),1)
EDIT: I think the cause of this problem is that you haven't defined the trainer's end speech, so it ended up displaying an error for not finding it.
 
Last edited:
Back
Top