Whenever one speaks to the guards that protect the gate to the Elite Four and Champion, the text runs off the boundary. Although this is partially my fault for having a lengthy name, I think that setting the name on a new line will solve the problem. I think this will do it:
Original:
Revised:
I also made some slight tweaks in the grammar. Hooray I'm learning code!
Here's a screenshot of the bug occuring:
I don't think I should set this to Confirmed until another player has also experienced this bug.
Original:
Code:
@text.show(Welcome Challenger <player.name>!*Beyond this point is the~Elite Four and the Champion.*Once you enter here~you cannot leave, except~in complete defeat,~or as the new champion!*You may proceed when~you are ready!)
Code:
@text.show(Welcome, challenger~<player.name>!*Beyond this point is the~Elite Four and the Champion.*Once you enter here~you cannot leave, except~in complete defeat,~or as the new champion!*You may proceed when~you are ready!)
Here's a screenshot of the bug occuring:
I don't think I should set this to Confirmed until another player has also experienced this bug.