Help with text entities

Chris Monvel

Active member
Hi. I wanted to know something that seems very simple, it may sound like a silly question but how do I display properly a text without the characters stepping over it? I've added some in-game dialogues using this but when they spawn they seem to be under every other entities like characters and even items, making it look as if the dialogues were part of the ground XD

The dialogues work perfectly but that detail is a bit annoying sometimes when it happens because the difficulty to read the text while characters are stepping right over it.

Is there a way to display it above all of them like the level front panels do?
 
Valentine Wong
if your spawning a entity and you want it to display above everything else in the header data add "setlayer 999999999" this is i think the highest value and should display above everything else easy way to remember if you count the 9's there are 9 of them.

There are no stupid questions don't be shy if you feel stuck just ask.
 
msmalik681 said:
Valentine Wong
if your spawning a entity and you want it to display above everything else in the header data add "setlayer 999999999" this is i think the highest value and should display above everything else easy way to remember if you count the 9's there are 9 of them.

There are no stupid questions don't be shy if you feel stuck just ask.

It's perfect now, thank you so much for the assistance and your time.
 
Back
Top Bottom