• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Fixed [0.39] Text Leaving Boundaries

Tornado9797

Content Developer
P3D Developer
Global Moderator
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:
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!)
Revised:
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!)
I also made some slight tweaks in the grammar. Hooray I'm learning code!

Here's a screenshot of the bug occuring:
2013-11-28_13.37.43.png

I don't think I should set this to Confirmed until another player has also experienced this bug.
 

Darkfire

Administrator
Administrator
P3D Developer
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:
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!)
Revised:
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!)
I also made some slight tweaks in the grammar. Hooray I'm learning code!

Here's a screenshot of the bug occuring:
View attachment 3584
I don't think I should set this to Confirmed until another player has also experienced this bug.
Oh that just makes sense
I will fix that ;)
 
Top