Jump to content

Home

Teleport buttons


CalcProgrammer1

Recommended Posts

I want to make a control panel with a trigger_multiple or some kind of use button that the player must press that teleports the player to another area of the map. I tried a trigger_multiple with a target key pointing to the targetname key of a target_teleporter, but when I went in the game and pressed the button, i got a message at the top of the screen and I didn't teleport to the location I wanted to go to.

Link to comment
Share on other sites

  • 3 weeks later...

Ok, I got it now, in case you were wondering how to do it it's:

 

Make a trigger_multiple as a use_button, then target it at a target_teleporter, and then have the target_teleporter target a target_position, now when the trigger targets the target_teleporter, the player will teleport to the target_position.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...