How do I display text when reading signs?
I’m wanting to make an RE style game. Trying to figure out how to have subtitles display when approaching a sign or another object and pressing X to check that object. I can’t figure out how to do this. Any ideas?
-
Set a trigger zone that detects player near the sign. Use it to display a prompt to press X. You can either have a remote controllable Controller Sensor on the sign, or have the Controller Sensor on your puppet broadcast a signal when X is pressed.
Make an AND Gate that requires both the players presence and the press of the X button, and that can start the text display.
If you want the text to stay up until the player walks away or presses a button, have the AND Gate tick up a Counter that activates the text. Then if Trigger Zone / Detected > NOT, or Input from your cancel button, Reset the Counter and the text will disappear. -
See my Treasure chest with key it has a press triangle prompt on it which is activated by a trigger zone.
-
i was wondering this too! Figured most of it out everything how to have the same button start the text AND close it! And lady lex i love your tutorials but sadly i find this one about treasure chest! I'm also looking into those as well!
댓글을 남기려면 로그인하세요.