Quote: --- Original message by: Alex21788
Hello. I have been making a map. So how do I set up a teleporter? I want to teleport between places,please help!
Are you making a Multiplayer map or a Singleplayer map? If you're making a Multiplayer map then you should do what Maniac has said. If you're making a Singleplayer map, then you need to place a cutscene flag, and make a script that teleports the player to that cutscene flag. In order to do that, you need to place the cutscen flag and name it. Then you need to use the object_teleport command to get the player to teleport to it. Use this scripting syntax:
(object_teleport <object> <cutscene flag>)
Lets say you had a cutscene flag called "target_1". You would use this syntax:
(object_teleport player target_1)