trigger_teleport (Half-Life)
Last edited 15 years ago2008-12-31 23:48:25 UTC
- Wiki
- View Page
-
You are viewing an older revision of this wiki page. The current revision may be more detailed and up-to-date.
Click here to see the current revision of this page.
This article was converted from a previous version of TWHL and may need to be reviewed
- The formatting may be incorrect due to differences in the WikiCode processing engine, it needs to be revised and reformatted
- Some information may be out of date
- After the article is re-formatted and updated, remove this notice and the Review Required category.
- Some older articles are no longer useful, or they duplicate information from other pages. In this case, delete the page after merging any relevant information into other pages. Contact an admin to delete a page.
Brush EntityThis entity will teleport things in its area
Attributes
- Target (target) - When an entity is activated, it triggers the entity with the name specified by Target.
- Name (targetname) - Property used to identify entities.
- Master (master) - The name of a multisource (or game_team_master) entity. A master must usually be active in order for the entity to work. Thus they act almost like an on/off switch, in their simplest form, and like an AND gate in the case of the multisource.
- Delay before trigger (delay) - Usually the time in seconds before an entity should trigger its target (after being triggered itself). Under other SmartEdit names, delay might also be the time to wait before performing some other action.
- Kill target (killtarget) - Remove this entity from the game when the trigger_once is triggered.
- Target Path (netname)
- Sound style (sounds)
- Message (message)
Flags
- Monsters (1) - Allow monsters to activate this entity.
- No Clients (2) - Players cannot activate this entity.
- Pushables (4) - Allow pushable objects to activate this entity.
Notes
- To make a trigger_teleport toggleable, use a multisource master. Trigger this master with a button or multi_manager or something to activate it. When the master is inactive, the teleporter will be as well.
1 Comment
You must log in to post a comment.
You can login or register a new account.