Displaying Text input when approaching an object
I couldn’t find a way to do this anywhere.
Thanks for the advice, I’m a beginner.
Displaying Text input when approaching an object
I couldn’t find a way to do this anywhere.
Thanks for the advice, I’m a beginner.
Hey!
First of all, welcome to the forum!
I moved your topic to How do I...? as it fits much better there.
I myself couldn’t really understand your post, so if you could provide more information that will help me and any others who might be able to help you.
Thanks! ![]()
– Snowy
Hello, welcome to our community.
Also your original post’s title is “Tek imput/objekt”, which is bit confused, so I corrected your title to “Text input/object”
When I get to the door, I need a textImput field to appear where I can enter the password. How do I do that?
Without pressing the “E” key
so if i got this correct (sorry if i dident) you want a text input to appear on screen once u reach some kind of door? (ingame)
?
Yes. As soon as the player reaches the door, a TextImput will appear where the player will type the password. I haven’t found any advice or video anywhere on how to create this?
Sorry for my English. I don’t speak English. I’m from the Czech Republic.
Yes. As soon as the player reaches the door.
Sorry for my English. I don’t speak English. I’m from the Czech Republic.
Ok.
So just do code:
Condition : If Player is in Collision with Door | Action : Create Object at (whatever X and Y you want) and object text input.
Thank you, I’ll try it.