How do I transport the player to a different area in the same scene
I want to create multiple single rooms with a fixed camera, like attic attack. So you only see one room at a time and as the player walks through a door way it transports the possessed and switches to the new room and new camera.
I tried a doorway which is obviously for linking scenes. I found the portal gadget but I haven't been able to work out what the target should be, it seems like its meant for transport objects not the player.
Is this possible without having multiple scenes?
-
Use a teleporter and a tag. Name the tag. Now, use the same name into the teleporter settings.
Where you place the tag is where the player will teleport at. Also, make the tag activated with a trigger zone when you walk through a door. -
Thank you, I shall give that a try.
-
I've tried what Tomm3hgunn suggested:
Room one contains teleporter and trigger zone
Tag named 'room2' in room 2
Teleporter tag set to 'room2' and powered on
Trigger zone detected output wired to power port on tag
I couldnt get this to work, the rigger zone powers on the tag, but the teleporter doesnt move the player.
How do I make the player the affected object?
댓글을 남기려면 로그인하세요.