CalcProgrammer1 Posted July 21, 2006 Share Posted July 21, 2006 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 More sharing options...
{NJO}*Dark Posted July 22, 2006 Share Posted July 22, 2006 what was the message? Link to comment Share on other sites More sharing options...
CalcProgrammer1 Posted July 22, 2006 Author Share Posted July 22, 2006 Is there any way to make a teleporter that uses a button instead of having a player walk into a trigger_teleport, such as a trigger_multiple that when pressed teleports you to a target_teleport. Link to comment Share on other sites More sharing options...
CalcProgrammer1 Posted August 12, 2006 Author Share Posted August 12, 2006 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.