Top view game, the character starts from room 1. I want that when 1 clicking on room 2, the character moves into the room and stands in a specific place in the room. Who can help with this question?
Additional question - Make the character in the room, when clicking on the chest in this room, go to the chest, open it, and then go to the starting place until the next order?
You can use a line trace that comes out the player camera. once the line trace touch the platform you can get the actor from “break hit result” and use the “simple move actor to” node.
If you want to have him to open a chest that would be more complex, but you should use simple move to actor then a blueprint interface for the chest telling it to do what you want the chest to do.
I understand the logic ±, maybe there are some training videos? tried to repeat what is on your screenshots, I am missing something and it does not work at all)