Teleporters: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Teleporters can be created | Teleporters can be created using standard Source entities. | ||
__TOC__ | __TOC__ | ||
Revision as of 14:12, 4 January 2008
Teleporters can be created using standard Source entities.
Tutorial - One Way Teleporter
- Create a trigger_teleport as a brush_entity and place it over where you want the teleport zone to be.
- Set the 'Remote Destination' to an arbitrary name to be set later.
- Change to the 'Flags' tab and check the 'Clients' box.
- Create an info_teleport_destination as an entity where you want the teleport zone to teleport to.
- Set the 'Name' attribute to the arbitrary name we set in the previous step.
- File:Rustiznotch teleportation.jpgAn example teleportation room.