Vents - NotMyWing/GarrysModAmongUs GitHub Wiki
Vents provide a method for Imposters to move quickly and discreetly around the map. In-game, they are represented by func_vent
and prop_vent
.
The name of the vent. Should take the form of vent.areaName
. See the default language file for all included vent names. See Localization for more details on localization strings.
The angle the player's camera should face when inside this vent.
Where to position the player's camera when inside this vent. Optional, defaults to slightly above the vent's position.
Represents a connection from a given vent to this vent.
Represents a connection from this vent to a given vent. Use this to define the network of connections between vents.
Remember to create a link between vents for both directions of travel, otherwise players will only be able to move one way.