# TSG Forge Wiki

## TSG Forge Wiki

- [Welcome](https://wiki.thescriptersguild.com/readme.md): TSG Forge Wiki provides adequate documentation surrounding Halo Infinite's Forge mode and the scripting system that comes with it.
- [Forge Basics and UI](https://wiki.thescriptersguild.com/forge/forge-basics-and-ui.md): Topics about the basics of what Forge is in Halo Infinite and how to use its features.
- [Loading Into Forge](https://wiki.thescriptersguild.com/forge/forge-basics-and-ui/loading-into-forge.md): How to load into a map using the Forge level editor tool in Halo Infinite.
- [Forge Canvases](https://wiki.thescriptersguild.com/forge/forge-basics-and-ui/loading-into-forge/forge-canvases.md)
- [Baked-In Map Data](https://wiki.thescriptersguild.com/forge/forge-basics-and-ui/loading-into-forge/baked-in-map-data.md)
- [Forge Interface](https://wiki.thescriptersguild.com/forge/forge-basics-and-ui/forge-interface.md): Explanations of the interface and all of it's menus within Forge's level editor.
- [Object Browser](https://wiki.thescriptersguild.com/forge/forge-basics-and-ui/forge-interface/object-browser.md): An interface that displays a list of objects to spawn in Forge.
- [Forge Kit Objects](https://wiki.thescriptersguild.com/forge/forge-basics-and-ui/forge-interface/object-browser/forge-kit-objects.md)
- [Forge Object List](https://wiki.thescriptersguild.com/forge/forge-basics-and-ui/forge-interface/object-browser/forge-object-list.md): All spawnable objects from the Object Browser in Halo Infinite Forge.
- [Hidden Forge Objects](https://wiki.thescriptersguild.com/forge/forge-basics-and-ui/forge-interface/object-browser/hidden-forge-objects.md): Halo Infinite Forge objects that can't be found in the normal Object Browser.
- [Object Properties](https://wiki.thescriptersguild.com/forge/forge-basics-and-ui/forge-interface/object-properties.md): An interface that displays adjustable properties for the selected objects.
- [Folders](https://wiki.thescriptersguild.com/forge/forge-basics-and-ui/forge-interface/folders.md): An interface that allows for object organization with folders.
- [Basic Folder Structure](https://wiki.thescriptersguild.com/forge/forge-basics-and-ui/forge-interface/folders/basic-folder-structure.md): Examples of a basic folder structure to use on Halo Infinite Forge maps.
- [Advanced Folder Structure](https://wiki.thescriptersguild.com/forge/forge-basics-and-ui/forge-interface/folders/advanced-folder-structure.md): Examples of an advanced folder structure to use on Halo Infinite Forge maps.
- [Map Options](https://wiki.thescriptersguild.com/forge/forge-basics-and-ui/forge-interface/map-options.md): An interface that displays adjustable options and information about the map.
- [Tool Settings](https://wiki.thescriptersguild.com/forge/forge-basics-and-ui/forge-interface/tool-settings.md)
- [Debug Element Display Options](https://wiki.thescriptersguild.com/forge/forge-basics-and-ui/forge-interface/tool-settings/debug-element-display-options.md)
- [Controls and Shortcuts](https://wiki.thescriptersguild.com/forge/forge-basics-and-ui/controls-and-shortcuts.md)
- [Coordinate System and Spaces](https://wiki.thescriptersguild.com/forge/forge-basics-and-ui/coordinate-system-and-spaces.md)
- [Working with Objects](https://wiki.thescriptersguild.com/forge/forge-basics-and-ui/working-with-objects.md)
- [Editor Modes](https://wiki.thescriptersguild.com/forge/forge-basics-and-ui/editor-modes.md)
- [Saving Assets](https://wiki.thescriptersguild.com/forge/forge-basics-and-ui/saving-assets.md)
- [Forge Terminology](https://wiki.thescriptersguild.com/forge/forge-basics-and-ui/forge-terminology.md)
- [Layout](https://wiki.thescriptersguild.com/forge/layout.md): Topics about using the Forge tool efficiently to create geometry and visual art for a level.
- [Level Design](https://wiki.thescriptersguild.com/forge/layout/level-design.md): Topics about the planning and creation of working and correctly scaled basic geometry for your level.
- [Blockout Best Practices](https://wiki.thescriptersguild.com/forge/layout/level-design/blockout-best-practices.md)
- [Metrics](https://wiki.thescriptersguild.com/forge/layout/level-design/metrics.md): Data about the standard measurements used for players and level geometry in Halo Infinite.
- [Level Geometry Metrics](https://wiki.thescriptersguild.com/forge/layout/level-design/metrics/level-geometry-metrics.md)
- [Map Scaling](https://wiki.thescriptersguild.com/forge/layout/level-design/metrics/map-scaling.md)
- [Movement and Player Character Info](https://wiki.thescriptersguild.com/forge/layout/level-design/metrics/movement-and-player-character-information.md)
- [Terrain](https://wiki.thescriptersguild.com/forge/layout/level-design/terrain.md): Topics about the various terrain objects in Halo Infinite and how to manipulate them to create smooth terrain.
- [TI and Non-TI Terrain](https://wiki.thescriptersguild.com/forge/layout/level-design/terrain/ti-and-non-ti-terrain.md)
- [Terrain Guidelines](https://wiki.thescriptersguild.com/forge/layout/level-design/terrain/terrain-guidelines.md)
- [Planning the Location and Orientation of Your Map](https://wiki.thescriptersguild.com/forge/layout/level-design/planning-the-location-and-orientation-of-your-map.md)
- [Designing For Halo](https://wiki.thescriptersguild.com/forge/layout/level-design/designing-for-halo.md)
- [Level Art](https://wiki.thescriptersguild.com/forge/layout/level-art.md): Topics about creating level art for a map, how to do it efficiently and understand what the limits are of Halo Infinite's Forge tool when it comes to arting a level.
- [Creating an Art Palette](https://wiki.thescriptersguild.com/forge/layout/level-art/creating-an-art-palette.md)
- [Art Techniques](https://wiki.thescriptersguild.com/forge/layout/level-art/art-techniques.md)
- [Spawning](https://wiki.thescriptersguild.com/forge/spawning.md): Topics about player spawning in Halo Infinite, and how to influence it.
- [Initial Spawning](https://wiki.thescriptersguild.com/forge/spawning/initial-spawning.md): Topics about initially spawning on a level in Halo Infinite.
- [Team Intro Spawns](https://wiki.thescriptersguild.com/forge/spawning/initial-spawning/team-intro-spawns.md): Team Intro Spawns are the main way for players to initially spawn in team-based modes.
- [Initial Spawn Points](https://wiki.thescriptersguild.com/forge/spawning/initial-spawning/initial-spawn-points.md)
- [Backup Spawn Points](https://wiki.thescriptersguild.com/forge/spawning/initial-spawning/backup-spawn-points.md): Information about what Backup Spawn Points do and some issues that they cause.
- [Respawning](https://wiki.thescriptersguild.com/forge/spawning/respawning.md): Topics about respawning on a level in Halo Infinite.
- [Respawn Points](https://wiki.thescriptersguild.com/forge/spawning/respawning/respawn-points.md)
- [Respawn Point Count Reference](https://wiki.thescriptersguild.com/forge/spawning/respawning/respawn-points/respawn-point-count-reference.md)
- [Reviving a Player](https://wiki.thescriptersguild.com/forge/spawning/respawning/reviving-a-player.md)
- [Spawn Influence](https://wiki.thescriptersguild.com/forge/spawning/spawn-influence.md): Topics about the various ways of influencing player spawn weighting on a level in Halo Infinite.
- [Spawn Volumes](https://wiki.thescriptersguild.com/forge/spawning/spawn-influence/spawn-volumes.md): Spawn Volumes are used to adjust the weighting of spawns points inside it or to disable them completely.
- [FFA & Spawn Volumes](https://wiki.thescriptersguild.com/forge/spawning/spawn-influence/spawn-volumes/ffa-and-spawn-volumes.md)
- [Weighting Respawn Volumes (old)](https://wiki.thescriptersguild.com/forge/spawning/spawn-influence/spawn-volumes/weighting-respawn-volumes.md): Setting up your map to support different game modes with separate respawn combinations. This tutorial will focus on setting up the map for CTF game modes.
- [Player-Based Spawn Influence](https://wiki.thescriptersguild.com/forge/spawning/spawn-influence/player-based-spawn-influence.md)
- [Spawn Order](https://wiki.thescriptersguild.com/forge/spawning/spawn-order.md)
- [Gameplay](https://wiki.thescriptersguild.com/forge/gameplay.md): Topics about gameplay objects in Halo Infinite, their purposes and properties.
- [Sandbox](https://wiki.thescriptersguild.com/forge/gameplay/sandbox.md): Topics about sandbox objects in Halo Infinite, their purposes and properties.
- [Weapons](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/weapons.md): Topics about the weapons in Halo Infinite. What weapons are available in the sandbox and how to spawn them.
- [All Weapons](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/weapons/all-weapons.md)
- [Weapon Classes](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/weapons/all-weapons/weapon-classes.md)
- [Variants (old)](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/weapons/all-weapons/variants.md)
- [Weapon Spawning](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/weapons/weapon-spawning.md): Different ways of spawning in weapons on a level in Halo Infinite.
- [Weapon Racks](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/weapons/weapon-spawning/weapon-racks.md)
- [Weapon Pads](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/weapons/weapon-spawning/weapon-pads.md)
- [Weapon Trunks](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/weapons/weapon-spawning/weapon-trunks.md)
- [Classic Weapon Spawns](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/weapons/weapon-spawning/classic-weapon-spawns.md)
- [Weapon Pods](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/weapons/weapon-spawning/weapon-pods.md)
- [Weapon Objects](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/weapons/weapon-spawning/weapon-objects.md)
- [Weapon Data](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/weapons/weapon-data.md): A compilation of technical information about weapons in Halo Infinite.
- [Equipment](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/equipment.md): Topics about the equipment in Halo Infinite. What equipment are available in the sandbox and how to spawn them.
- [All Equipment](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/equipment/all-equipment.md)
- [Equipment Tiers](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/equipment/all-equipment/equipment-tiers.md)
- [Fusion Coils (old)](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/equipment/all-equipment/fusion-coils.md)
- [Equipment Spawning](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/equipment/equipment-spawning.md): Different ways of spawning in equipment on a level in Halo Infinite.
- [Equipment Dispensers](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/equipment/equipment-spawning/equipment-dispensers.md)
- [Power Equipment Dispensers](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/equipment/equipment-spawning/power-equipment-dispensers.md)
- [Classic Equipment Spawns](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/equipment/equipment-spawning/classic-equipment-spawns.md)
- [Equipment Pods](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/equipment/equipment-spawning/equipment-pods.md)
- [All Grenades](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/equipment/all-grenades.md)
- [Grenade Spawning](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/equipment/grenade-spawning.md): Different ways of spawning in grenades on a level in Halo Infinite.
- [Grenade Dispensers](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/equipment/grenade-spawning/grenade-dispensers.md)
- [Classic Grenade Spawns](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/equipment/grenade-spawning/classic-grenade-spawns.md)
- [Grenade Objects](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/equipment/grenade-spawning/grenade-objects.md)
- [Vehicles](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/vehicles.md): Topics about the vehicles in Halo Infinite. What vehicles are available in the sandbox and how to spawn them.
- [All Vehicles](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/vehicles/all-vehicles.md)
- [Vehicle Classes](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/vehicles/all-vehicles/vehicle-classes.md)
- [Vehicle Spawning](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/vehicles/vehicle-spawning.md): Different ways of spawning in vehicles on a level in Halo Infinite.
- [Vehicle Spawners](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/vehicles/vehicle-spawning/vehicle-spawners.md)
- [Classic Vehicle Spawns](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/vehicles/vehicle-spawning/classic-vehicle-spawns.md)
- [Vehicle Objects](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/vehicles/vehicle-spawning/vehicle-objects.md)
- [Vehicle Data](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/vehicles/vehicle-data.md): A compilation of technical information about vehicles in Halo Infinite.
- [Ordnance Pods](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/ordnance-pods.md)
- [Ordnance Pod Count Reference](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/ordnance-pods/ordnance-pod-count-reference.md)
- [Spawn Properties](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/spawn-properties.md)
- [343 Default Spawn Properties Reference](https://wiki.thescriptersguild.com/forge/gameplay/sandbox/spawn-properties/default-spawn-properties-reference.md): The spawn properties of all spawnable items with the "343 Default" spawn property on 70 different gamemodes.
- [Cameras](https://wiki.thescriptersguild.com/forge/gameplay/cameras.md): Topics about the camera objects in Halo Infinite's Forge tool.
- [Map Intro Cameras](https://wiki.thescriptersguild.com/forge/gameplay/cameras/map-intro-cameras.md)
- [Intro Cameras in Forge (old)](https://wiki.thescriptersguild.com/forge/gameplay/cameras/map-intro-cameras/intro-cameras-in-forge-old.md)
- [Winning Team Outro](https://wiki.thescriptersguild.com/forge/gameplay/cameras/winning-team-outro.md)
- [Launchers and Lifts](https://wiki.thescriptersguild.com/forge/gameplay/launchers-and-lifts.md)
- [Teleporters](https://wiki.thescriptersguild.com/forge/gameplay/teleporters.md)
- [Audio](https://wiki.thescriptersguild.com/forge/gameplay/audio.md): Topics about the capabilities of audio manipulation in Halo Infinite's Forge tool.
- [Audio Emitters](https://wiki.thescriptersguild.com/forge/gameplay/audio/audio-emitters.md)
- [3D Audio](https://wiki.thescriptersguild.com/forge/gameplay/audio/3d-audio.md)
- [Optimizing Audio Generation](https://wiki.thescriptersguild.com/forge/gameplay/audio/optimizing-audio-generation.md)
- [Building Audio](https://wiki.thescriptersguild.com/forge/gameplay/audio/building-audio.md)
- [Audio Build Errors](https://wiki.thescriptersguild.com/forge/gameplay/audio/building-audio/audio-build-errors.md)
- [Named Location Volumes](https://wiki.thescriptersguild.com/forge/gameplay/named-location-volumes.md): Named Location Volumes are used to assign names to marked areas of the map. These names can be seen in the player's HUD next to the Motion Tracker.
- [Containment](https://wiki.thescriptersguild.com/forge/gameplay/containment.md): Topics about gameplay containment measures in Halo Infinite's Forge tool. Efforts used to keep players within the intended play-area.
- [Blockers](https://wiki.thescriptersguild.com/forge/gameplay/containment/blockers.md)
- [Kill Zones](https://wiki.thescriptersguild.com/forge/gameplay/containment/kill-zones.md)
- [Safe Volumes](https://wiki.thescriptersguild.com/forge/gameplay/containment/safe-volumes.md)
- [Modes](https://wiki.thescriptersguild.com/forge/modes.md): Topics about all the official modes in Halo Infinite and how to set them up in the Forge tool.
- [Slayer](https://wiki.thescriptersguild.com/forge/modes/slayer.md)
- [Capture The Flag](https://wiki.thescriptersguild.com/forge/modes/capture-the-flag.md): The gameplay loop and different variants of the Capture The Flag mode in Halo Infinite.
- [Standard CTF](https://wiki.thescriptersguild.com/forge/modes/capture-the-flag/standard-ctf.md)
- [One Flag CTF](https://wiki.thescriptersguild.com/forge/modes/capture-the-flag/one-flag-ctf.md)
- [Neutral CTF](https://wiki.thescriptersguild.com/forge/modes/capture-the-flag/neutral-ctf.md)
- [BTB:CTF](https://wiki.thescriptersguild.com/forge/modes/capture-the-flag/btb-ctf.md)
- [Husky Raid](https://wiki.thescriptersguild.com/forge/modes/capture-the-flag/husky-raid.md)
- [Capture The Flag (old)](https://wiki.thescriptersguild.com/forge/modes/capture-the-flag/capture-the-flag-old.md)
- [Strongholds](https://wiki.thescriptersguild.com/forge/modes/strongholds.md)
- [King of The Hill](https://wiki.thescriptersguild.com/forge/modes/king-of-the-hill.md)
- [Oddball](https://wiki.thescriptersguild.com/forge/modes/oddball.md)
- [Firefight](https://wiki.thescriptersguild.com/forge/modes/firefight.md): The gameplay loop and different variants of the Firefight mode in Halo Infinite.
- [Firefight KOTH](https://wiki.thescriptersguild.com/forge/modes/firefight/firefight-koth.md): How to configure your own Firefight KOTH modes and levels.
- [Mode Options](https://wiki.thescriptersguild.com/forge/modes/firefight/firefight-koth/mode-options.md): Defaults for the standard Firefight KOTH mode from 343.
- [Firefight Custom](https://wiki.thescriptersguild.com/forge/modes/firefight/firefight-custom.md)
- [Firefight: Gauntlet](https://wiki.thescriptersguild.com/forge/modes/firefight/firefight-gauntlet.md): A cooperative Firefight mode where four players survive five battle arenas by defeating champions and managing AI aggression.
- [Infection](https://wiki.thescriptersguild.com/forge/modes/infection.md)
- [Invasion](https://wiki.thescriptersguild.com/forge/modes/invasion.md): Guidelines for configuring maps to support the official Invasion game mode.
- [Land Grab](https://wiki.thescriptersguild.com/forge/modes/land-grab.md)
- [Attrition](https://wiki.thescriptersguild.com/forge/modes/attrition.md)
- [Dodgeball](https://wiki.thescriptersguild.com/forge/modes/attrition/dodgeball.md)
- [Elimination](https://wiki.thescriptersguild.com/forge/modes/attrition/elimination.md)
- [Extraction](https://wiki.thescriptersguild.com/forge/modes/extraction.md)
- [Total Control](https://wiki.thescriptersguild.com/forge/modes/total-control.md)
- [Stockpile](https://wiki.thescriptersguild.com/forge/modes/stockpile.md)
- [Big Team Battle Heavies](https://wiki.thescriptersguild.com/forge/modes/big-team-battle-heavies.md)
- [Minigame](https://wiki.thescriptersguild.com/forge/modes/minigame.md)
- [Nav Mesh](https://wiki.thescriptersguild.com/forge/nav-mesh.md): Topics about Nav Mesh and NPC Units in Halo Infinite, and how to implement them with the Forge tool.
- [Nav Objects](https://wiki.thescriptersguild.com/forge/nav-mesh/nav-objects.md): Objects used to alter the generation of nav mesh in Halo Infinite's Forge
- [Nav Seed Points](https://wiki.thescriptersguild.com/forge/nav-mesh/nav-objects/nav-seed-points.md)
- [Nav Helpers](https://wiki.thescriptersguild.com/forge/nav-mesh/nav-objects/nav-helpers.md)
- [Nav Cutters](https://wiki.thescriptersguild.com/forge/nav-mesh/nav-objects/nav-cutters.md)
- [Bot Nav Markers](https://wiki.thescriptersguild.com/forge/nav-mesh/nav-objects/bot-nav-markers.md)
- [Nav Mesh Generation](https://wiki.thescriptersguild.com/forge/nav-mesh/nav-mesh-generation.md): Topics about nav mesh generation in Halo Infinite using the Forge tool.
- [Nav Mesh Generation Root Points](https://wiki.thescriptersguild.com/forge/nav-mesh/nav-mesh-generation/nav-mesh-generation-root-points.md): What Nav mesh generation Root Points are and how they behave.
- [Optimizing Nav Mesh Generation](https://wiki.thescriptersguild.com/forge/nav-mesh/nav-mesh-generation/optimizing-nav-mesh-generation.md)
- [Hiding Objects During Nav Mesh Generation (old)](https://wiki.thescriptersguild.com/forge/nav-mesh/nav-mesh-generation/optimizing-nav-mesh-generation/hiding-objects-during-nav-mesh-generation.md)
- [Building Nav Mesh](https://wiki.thescriptersguild.com/forge/nav-mesh/nav-mesh-generation/building-nav-mesh.md)
- [Fixing Nav Mesh Build Issues](https://wiki.thescriptersguild.com/forge/nav-mesh/nav-mesh-generation/building-nav-mesh/fixing-nav-mesh-build-issues.md): Solutions to common errors that prevent Nav Mesh from building.
- [How To Use Nav Mesh (old)](https://wiki.thescriptersguild.com/forge/nav-mesh/nav-mesh-generation/building-nav-mesh/how-to-use-nav-mesh.md): Properly setup your Forge map that supports Bot gameplay.
- [NPC Units](https://wiki.thescriptersguild.com/forge/nav-mesh/npc-units.md): Topics about bots and AI in Halo Infinite that utilize nav mesh pathfinding to navigate around levels and make decisions.
- [Bots](https://wiki.thescriptersguild.com/forge/nav-mesh/npc-units/bots.md): Details about bots in Halo Infinite.
- [Bot Difficulties](https://wiki.thescriptersguild.com/forge/nav-mesh/npc-units/bots/bot-difficulties.md)
- [Bot Spawning](https://wiki.thescriptersguild.com/forge/nav-mesh/npc-units/bots/bot-spawning.md)
- [AI](https://wiki.thescriptersguild.com/forge/nav-mesh/npc-units/ai.md): Topics about
- [All AI Character Types](https://wiki.thescriptersguild.com/forge/nav-mesh/npc-units/ai/all-ai-character-types.md)
- [AI Spawning](https://wiki.thescriptersguild.com/forge/nav-mesh/npc-units/ai/ai-spawning.md)
- [AI Droppod Spawner](https://wiki.thescriptersguild.com/forge/nav-mesh/npc-units/ai/ai-spawning/ai-droppod-spawner.md)
- [AI Phantom Spawner](https://wiki.thescriptersguild.com/forge/nav-mesh/npc-units/ai/ai-spawning/ai-phantom-spawner.md)
- [AI Spawner](https://wiki.thescriptersguild.com/forge/nav-mesh/npc-units/ai/ai-spawning/ai-spawner.md)
- [AI Vehicle Spawner](https://wiki.thescriptersguild.com/forge/nav-mesh/npc-units/ai/ai-spawning/ai-vehicle-spawner.md)
- [Behavior](https://wiki.thescriptersguild.com/forge/nav-mesh/npc-units/behavior.md)
- [Ambitions](https://wiki.thescriptersguild.com/forge/nav-mesh/npc-units/ambitions.md)
- [Max Jump Heights and Distances](https://wiki.thescriptersguild.com/forge/nav-mesh/npc-units/max-jump-heights-and-distances.md)
- [Lighting](https://wiki.thescriptersguild.com/forge/lighting.md): Topics about the lighting of a level in Halo Infinite, and the capabilities of it.
- [Settings, Object-Based Lighting](https://wiki.thescriptersguild.com/forge/lighting/settings-object-based-lighting.md): Adjustable lighting settings within a light source object.
- [Basic Light Settings](https://wiki.thescriptersguild.com/forge/lighting/settings-object-based-lighting/basic-light-settings.md)
- [Minimal Roughness](https://wiki.thescriptersguild.com/forge/lighting/settings-object-based-lighting/minimal-roughness.md)
- [Near/Far Begin](https://wiki.thescriptersguild.com/forge/lighting/settings-object-based-lighting/near-far-begin.md)
- [First Person Contact Shadows](https://wiki.thescriptersguild.com/forge/lighting/settings-object-based-lighting/first-person-contact-shadows.md)
- [Cone](https://wiki.thescriptersguild.com/forge/lighting/settings-object-based-lighting/cone.md)
- [Animation](https://wiki.thescriptersguild.com/forge/lighting/settings-object-based-lighting/animation.md)
- [Oriented Bounding Box (OBB)](https://wiki.thescriptersguild.com/forge/lighting/settings-object-based-lighting/obb.md)
- [Area Light](https://wiki.thescriptersguild.com/forge/lighting/settings-object-based-lighting/area-light.md)
- [Light Group](https://wiki.thescriptersguild.com/forge/lighting/settings-object-based-lighting/light-group.md)
- [Light Objects (old)](https://wiki.thescriptersguild.com/forge/lighting/settings-object-based-lighting/light-objects.md)
- [Settings, Global Lighting](https://wiki.thescriptersguild.com/forge/lighting/settings-global-lighting.md): Adjustable lighting settings on a global, level-wide scale.
- [Sun](https://wiki.thescriptersguild.com/forge/lighting/settings-global-lighting/sun.md)
- [Sky](https://wiki.thescriptersguild.com/forge/lighting/settings-global-lighting/sky.md)
- [Light Bounce](https://wiki.thescriptersguild.com/forge/lighting/settings-global-lighting/light-bounce.md)
- [Fog](https://wiki.thescriptersguild.com/forge/lighting/settings-global-lighting/fog.md)
- [Fog (old)](https://wiki.thescriptersguild.com/forge/lighting/settings-global-lighting/fog-old.md)
- [Tool Settings (old)](https://wiki.thescriptersguild.com/forge/lighting/settings-global-lighting/tool-settings.md)
- [Light Bounce (old)](https://wiki.thescriptersguild.com/forge/lighting/settings-global-lighting/light-bounce-old.md)
- [Sunlight (old)](https://wiki.thescriptersguild.com/forge/lighting/settings-global-lighting/sky-light.md)
- [Sky Rendering (old)](https://wiki.thescriptersguild.com/forge/lighting/settings-global-lighting/sky-rendering.md)
- [Sunlight & Sun Direction (old)](https://wiki.thescriptersguild.com/forge/lighting/settings-global-lighting/sunlight-and-sun-direction.md)
- [Lighting Modifiers](https://wiki.thescriptersguild.com/forge/lighting/lighting-modifiers.md): Ways to modify the light bounce data accuracy and reflections on a level.
- [Light Probes](https://wiki.thescriptersguild.com/forge/lighting/lighting-modifiers/light-probes.md)
- [Reflections](https://wiki.thescriptersguild.com/forge/lighting/lighting-modifiers/reflections.md)
- [Reflection Volumes](https://wiki.thescriptersguild.com/forge/lighting/lighting-modifiers/reflections/reflection-volumes.md)
- [Building Reflection Volumes](https://wiki.thescriptersguild.com/forge/lighting/lighting-modifiers/reflections/reflection-volumes/building-reflection-volumes.md)
- [Light Probe Marker (old)](https://wiki.thescriptersguild.com/forge/lighting/lighting-modifiers/light-probe-marker.md)
- [Level Bound Probes (old)](https://wiki.thescriptersguild.com/forge/lighting/lighting-modifiers/level-bound-probes.md)
- [Reflection Volumes (old)](https://wiki.thescriptersguild.com/forge/lighting/lighting-modifiers/reflection-volumes-old.md)
- [Cubemaps](https://wiki.thescriptersguild.com/forge/lighting/lighting-modifiers/reflection-volumes-old/cubemaps.md)
- [Building Lighting](https://wiki.thescriptersguild.com/forge/lighting/building-lighting.md)
- [Light Probe Blending Issues](https://wiki.thescriptersguild.com/forge/lighting/building-lighting/light-probe-blending-issues.md)
- [FX](https://wiki.thescriptersguild.com/forge/lighting/fx.md): FX objects are visual effects used to enhance the environment art of a level.
- [Lighting FX Objects](https://wiki.thescriptersguild.com/forge/lighting/fx/lighting-fx-objects.md)
- [FX-Emitting Objects](https://wiki.thescriptersguild.com/forge/lighting/fx/fx-emitting-objects.md)
- [Standards](https://wiki.thescriptersguild.com/forge/standards.md): Standards used on Halo Infinite levels to ensure consistent and smooth flow of gameplay.
- [Mode Setup](https://wiki.thescriptersguild.com/forge/standards/mode-setup.md): Setup standards and requirements for different mode experiences.
- [Arena](https://wiki.thescriptersguild.com/forge/standards/mode-setup/arena.md)
- [Ranked](https://wiki.thescriptersguild.com/forge/standards/mode-setup/ranked.md)
- [Big Team Battle](https://wiki.thescriptersguild.com/forge/standards/mode-setup/big-team-battle.md)
- [Squad Battle](https://wiki.thescriptersguild.com/forge/standards/mode-setup/squad-battle.md)
- [Free For All](https://wiki.thescriptersguild.com/forge/standards/mode-setup/free-for-all.md)
- [Map Requirements](https://wiki.thescriptersguild.com/forge/standards/map-requirements.md)
- [Object Limits](https://wiki.thescriptersguild.com/forge/standards/object-limits.md): An analysis of Forge object limits, focusing on the Forge Simulation and Static Geometry budgets and the impact of telescoping objects.
- [Scripting Basics and UI](https://wiki.thescriptersguild.com/scripting/scripting-basics-and-ui.md): Topics about the basics of what Scripting and the Node Graph is in Halo Infinite, and how to use its features.
- [Node Graph Interface](https://wiki.thescriptersguild.com/scripting/scripting-basics-and-ui/node-graph-interface.md): Topics about the controls and menu functionality of the scripting node graph in Halo Infinite.
- [Node Browser](https://wiki.thescriptersguild.com/scripting/scripting-basics-and-ui/node-graph-interface/node-browser.md)
- [Graph Options](https://wiki.thescriptersguild.com/scripting/scripting-basics-and-ui/node-graph-interface/graph-options.md)
- [Global Log](https://wiki.thescriptersguild.com/scripting/scripting-basics-and-ui/node-graph-interface/global-log.md)
- [Budget](https://wiki.thescriptersguild.com/scripting/scripting-basics-and-ui/node-graph-interface/budget.md)
- [Controls and Shortcuts](https://wiki.thescriptersguild.com/scripting/scripting-basics-and-ui/controls-and-shortcuts.md)
- [Working with Nodes](https://wiki.thescriptersguild.com/scripting/scripting-basics-and-ui/working-with-nodes.md)
- [Script Brains and Mode Brains](https://wiki.thescriptersguild.com/scripting/scripting-basics-and-ui/script-brains-and-mode-brains.md)
- [Node Graph Properties](https://wiki.thescriptersguild.com/scripting/scripting-basics-and-ui/node-graph-properties.md)
- [Scripting Terminology](https://wiki.thescriptersguild.com/scripting/scripting-basics-and-ui/scripting-terminology.md): Terminology used in scripting and game development that are applicable to Halo Infinite
- [Nodes](https://wiki.thescriptersguild.com/scripting/nodes.md): Nodes are function blocks in visual programming that can be connected to other nodes to create a script in Halo Infinite.
- [AI](https://wiki.thescriptersguild.com/scripting/nodes/ai.md): Scripting nodes in the AI category on Halo Infinite.
- [Combine Squad Overrides](https://wiki.thescriptersguild.com/scripting/nodes/ai/combine-squad-overrides.md)
- [Get AI Units From Squad](https://wiki.thescriptersguild.com/scripting/nodes/ai/get-ai-units-from-squad.md)
- [Get All AI Units](https://wiki.thescriptersguild.com/scripting/nodes/ai/get-all-ai-units.md)
- [Get All AI Units On Team](https://wiki.thescriptersguild.com/scripting/nodes/ai/get-all-ai-units-on-team.md)
- [Get All Squads](https://wiki.thescriptersguild.com/scripting/nodes/ai/get-all-squads.md)
- [Get All Squads On Team](https://wiki.thescriptersguild.com/scripting/nodes/ai/get-all-squads-on-team.md)
- [Get Squad Definition From AI Spawner](https://wiki.thescriptersguild.com/scripting/nodes/ai/get-squad-definition-from-ai-spawner.md)
- [Get Squad From AI Unit](https://wiki.thescriptersguild.com/scripting/nodes/ai/get-squad-from-ai-unit.md)
- [Kill All Squads](https://wiki.thescriptersguild.com/scripting/nodes/ai/kill-all-squads.md)
- [Kill Squad](https://wiki.thescriptersguild.com/scripting/nodes/ai/kill-squad.md)
- [Override AI Spawner Spawn Area](https://wiki.thescriptersguild.com/scripting/nodes/ai/override-ai-spawner-spawn-area.md)
- [Spawn Squad Through Definition](https://wiki.thescriptersguild.com/scripting/nodes/ai/spawn-squad-through-definition.md)
- [Squad Overrides Behavior](https://wiki.thescriptersguild.com/scripting/nodes/ai/squad-overrides-behavior.md)
- [Squad Overrides Identification](https://wiki.thescriptersguild.com/scripting/nodes/ai/squad-overrides-identification.md)
- [Squad Overrides Spawn Area](https://wiki.thescriptersguild.com/scripting/nodes/ai/squad-overrides-spawn-area.md)
- [Squad Overrides Spawn Logic](https://wiki.thescriptersguild.com/scripting/nodes/ai/squad-overrides-spawn-logic.md)
- [Trigger AI Spawner](https://wiki.thescriptersguild.com/scripting/nodes/ai/trigger-ai-spawner.md)
- [AI Advanced](https://wiki.thescriptersguild.com/scripting/nodes/ai-advanced.md): Scripting nodes in the AI Advanced category on Halo Infinite.
- [Ally Squad With FFA Player](https://wiki.thescriptersguild.com/scripting/nodes/ai-advanced/ally-squad-with-ffa-player.md)
- [Assign AI Unit To Spawned Squad](https://wiki.thescriptersguild.com/scripting/nodes/ai-advanced/assign-ai-unit-to-spawned-squad.md)
- [Assign Squad To Team](https://wiki.thescriptersguild.com/scripting/nodes/ai-advanced/assign-squad-to-team.md)
- [Assign Squad To Zone](https://wiki.thescriptersguild.com/scripting/nodes/ai-advanced/assign-squad-to-zone.md)
- [Get AI Character Type](https://wiki.thescriptersguild.com/scripting/nodes/ai-advanced/get-ai-character-type.md)
- [Get All AI Spawners](https://wiki.thescriptersguild.com/scripting/nodes/ai-advanced/get-all-ai-spawners.md)
- [Get Available AI Unit Count](https://wiki.thescriptersguild.com/scripting/nodes/ai-advanced/get-available-ai-unit-count.md)
- [Get Is AI](https://wiki.thescriptersguild.com/scripting/nodes/ai-advanced/get-is-ai.md)
- [Get Squad AI Unit Count](https://wiki.thescriptersguild.com/scripting/nodes/ai-advanced/get-squad-ai-unit-count.md)
- [Get Squad Combat State](https://wiki.thescriptersguild.com/scripting/nodes/ai-advanced/get-squad-combat-state.md)
- [Get Squad Definition AI Unit Count](https://wiki.thescriptersguild.com/scripting/nodes/ai-advanced/get-squad-definition-ai-unit-count.md)
- [Get Squad Has Squad Label](https://wiki.thescriptersguild.com/scripting/nodes/ai-advanced/get-squad-has-squad-label.md)
- [Get Squad Team](https://wiki.thescriptersguild.com/scripting/nodes/ai-advanced/get-squad-team.md)
- [Get Squads From Spawner](https://wiki.thescriptersguild.com/scripting/nodes/ai-advanced/get-squads-from-spawner.md)
- [Get Squads With Squad Label](https://wiki.thescriptersguild.com/scripting/nodes/ai-advanced/get-squads-with-squad-label.md)
- [Is AI Unit Of Species](https://wiki.thescriptersguild.com/scripting/nodes/ai-advanced/is-ai-unit-of-species.md)
- [AI Modifiers](https://wiki.thescriptersguild.com/scripting/nodes/ai-modifiers.md): Scripting nodes in the AI Modifiers category on Halo Infinite.
- [Apply Undetectable To AI](https://wiki.thescriptersguild.com/scripting/nodes/ai-modifiers/apply-undetectable-to-ai.md)
- [Apply Valhalla](https://wiki.thescriptersguild.com/scripting/nodes/ai-modifiers/apply-valhalla.md)
- [Get AI Targetable Object List](https://wiki.thescriptersguild.com/scripting/nodes/ai-modifiers/get-ai-targetable-object-list.md)
- [Modify AI Targetable List](https://wiki.thescriptersguild.com/scripting/nodes/ai-modifiers/modify-ai-targetable-list.md)
- [Modify AI Targetable Object Methods](https://wiki.thescriptersguild.com/scripting/nodes/ai-modifiers/modify-ai-targetable-object-methods.md)
- [Set AI Difficulty](https://wiki.thescriptersguild.com/scripting/nodes/ai-modifiers/set-ai-difficulty.md)
- [Set AI Unit Inactive](https://wiki.thescriptersguild.com/scripting/nodes/ai-modifiers/set-ai-unit-inactive.md)
- [Set AI Unit Magic Sight](https://wiki.thescriptersguild.com/scripting/nodes/ai-modifiers/set-ai-unit-magic-sight.md)
- [Set AI Unit Perception](https://wiki.thescriptersguild.com/scripting/nodes/ai-modifiers/set-ai-unit-perception.md)
- [Set All Healthbars Visible](https://wiki.thescriptersguild.com/scripting/nodes/ai-modifiers/set-all-healthbars-visible.md)
- [Set Healthbar Visible](https://wiki.thescriptersguild.com/scripting/nodes/ai-modifiers/set-healthbar-visible.md)
- [Set Squad Follow Object](https://wiki.thescriptersguild.com/scripting/nodes/ai-modifiers/set-squad-follow-object.md)
- [Set Squad Stop Following](https://wiki.thescriptersguild.com/scripting/nodes/ai-modifiers/set-squad-stop-following.md)
- [Trigger Grunt Hug](https://wiki.thescriptersguild.com/scripting/nodes/ai-modifiers/trigger-grunt-hug.md)
- [AI Waves](https://wiki.thescriptersguild.com/scripting/nodes/ai-waves.md): Scripting nodes in the AI Waves category on Halo Infinite.
- [Add Wave To Wave Manager](https://wiki.thescriptersguild.com/scripting/nodes/ai-waves/add-wave-to-wave-manager.md)
- [Compare Wave Manager](https://wiki.thescriptersguild.com/scripting/nodes/ai-waves/compare-wave-manager.md)
- [Compare Wave Type](https://wiki.thescriptersguild.com/scripting/nodes/ai-waves/compare-wave-type.md)
- [Compare Wave Victory Reason](https://wiki.thescriptersguild.com/scripting/nodes/ai-waves/compare-wave-victory-reason.md)
- [End Current Wave](https://wiki.thescriptersguild.com/scripting/nodes/ai-waves/end-current-wave.md)
- [Get Current Wave Status](https://wiki.thescriptersguild.com/scripting/nodes/ai-waves/get-current-wave-status.md)
- [Get Wave Manager Status](https://wiki.thescriptersguild.com/scripting/nodes/ai-waves/get-wave-manager-status.md)
- [Remove Upcoming Waves](https://wiki.thescriptersguild.com/scripting/nodes/ai-waves/remove-upcoming-waves.md)
- [Wave](https://wiki.thescriptersguild.com/scripting/nodes/ai-waves/wave.md)
- [Wave Options](https://wiki.thescriptersguild.com/scripting/nodes/ai-waves/wave-options.md)
- [Audio](https://wiki.thescriptersguild.com/scripting/nodes/audio.md): Scripting nodes in the Audio category on Halo Infinite.
- [Fade Current Music Track For All Players](https://wiki.thescriptersguild.com/scripting/nodes/audio/fade-current-music-track-for-all-players.md)
- [Fade Current Music Track For Player](https://wiki.thescriptersguild.com/scripting/nodes/audio/fade-current-music-track-for-player.md)
- [Fade Current Music Track For Team](https://wiki.thescriptersguild.com/scripting/nodes/audio/fade-current-music-track-for-team.md)
- [Play 3D Audio For All Players](https://wiki.thescriptersguild.com/scripting/nodes/audio/play-3d-audio-for-all-players.md)
- [Play 3D Audio For Opposing Teams](https://wiki.thescriptersguild.com/scripting/nodes/audio/play-3d-audio-for-opposing-teams.md)
- [Play 3D Audio For Team](https://wiki.thescriptersguild.com/scripting/nodes/audio/play-3d-audio-for-team.md)
- [Play Announcer Voiceover For All Players](https://wiki.thescriptersguild.com/scripting/nodes/audio/play-announcer-voiceover-for-all-players.md)
- [Play Announcer Voiceover For Player](https://wiki.thescriptersguild.com/scripting/nodes/audio/play-announcer-voiceover-for-player.md)
- [Play Announcer Voiceover For Team](https://wiki.thescriptersguild.com/scripting/nodes/audio/play-announcer-voiceover-for-team.md)
- [Play Music Track For All Players](https://wiki.thescriptersguild.com/scripting/nodes/audio/play-music-track-for-all-players.md)
- [Play Music Track For Player](https://wiki.thescriptersguild.com/scripting/nodes/audio/play-music-track-for-player.md)
- [Play Music Track For Team](https://wiki.thescriptersguild.com/scripting/nodes/audio/play-music-track-for-team.md)
- [Play Nearing Victory Audio For All Players](https://wiki.thescriptersguild.com/scripting/nodes/audio/play-nearing-victory-audio-for-all-players.md)
- [Register Audio Zone](https://wiki.thescriptersguild.com/scripting/nodes/audio/register-audio-zone.md)
- [Set Object 3D Audio Loop](https://wiki.thescriptersguild.com/scripting/nodes/audio/set-object-3d-audio-loop.md)
- [Stop Music Track For All Players](https://wiki.thescriptersguild.com/scripting/nodes/audio/stop-music-track-for-all-players.md)
- [Stop Music Track For Player](https://wiki.thescriptersguild.com/scripting/nodes/audio/stop-music-track-for-player.md)
- [Stop Music Track For Team](https://wiki.thescriptersguild.com/scripting/nodes/audio/stop-music-track-for-team.md)
- [Stop Object 3D Audio Loop](https://wiki.thescriptersguild.com/scripting/nodes/audio/stop-object-3d-audio-loop.md)
- [Unregister Audio Zone](https://wiki.thescriptersguild.com/scripting/nodes/audio/unregister-audio-zone.md)
- [Bots](https://wiki.thescriptersguild.com/scripting/nodes/bots.md): Scripting nodes in the Bots category on Halo Infinite.
- [Add Bot](https://wiki.thescriptersguild.com/scripting/nodes/bots/add-bot.md)
- [Add Bot Ambition To Object](https://wiki.thescriptersguild.com/scripting/nodes/bots/add-bot-ambition-to-object.md)
- [Ambition Type: Deliver](https://wiki.thescriptersguild.com/scripting/nodes/bots/ambition-type-deliver.md)
- [Ambition Type: Guard](https://wiki.thescriptersguild.com/scripting/nodes/bots/ambition-type-guard.md)
- [Ambition Type: Interact](https://wiki.thescriptersguild.com/scripting/nodes/bots/ambition-type-interact.md)
- [Ambition Type: Pickup](https://wiki.thescriptersguild.com/scripting/nodes/bots/ambition-type-pickup.md)
- [Bot Ambition](https://wiki.thescriptersguild.com/scripting/nodes/bots/bot-ambition.md)
- [Bot Difficulty](https://wiki.thescriptersguild.com/scripting/nodes/bots/bot-difficulty.md)
- [Get All Bots](https://wiki.thescriptersguild.com/scripting/nodes/bots/get-all-bots.md)
- [Get All Bots On Team](https://wiki.thescriptersguild.com/scripting/nodes/bots/get-all-bots-on-team.md)
- [Get Bot Is Difficulty](https://wiki.thescriptersguild.com/scripting/nodes/bots/get-bot-is-difficulty.md)
- [Get Is Bot](https://wiki.thescriptersguild.com/scripting/nodes/bots/get-is-bot.md)
- [Remove All Bots](https://wiki.thescriptersguild.com/scripting/nodes/bots/remove-all-bots.md)
- [Remove Bot Ambitions From Object](https://wiki.thescriptersguild.com/scripting/nodes/bots/remove-bot-ambitions-from-object.md)
- [Remove Specific Bot From Match](https://wiki.thescriptersguild.com/scripting/nodes/bots/remove-specific-bot-from-match.md)
- [Death Context](https://wiki.thescriptersguild.com/scripting/nodes/death-context.md): Scripting nodes in the Death Context category on Halo Infinite.
- [Was AI Killer](https://wiki.thescriptersguild.com/scripting/nodes/death-context/was-ai-killer.md)
- [Was Assisted Kill](https://wiki.thescriptersguild.com/scripting/nodes/death-context/was-assisted-kill.md)
- [Was Character Type](https://wiki.thescriptersguild.com/scripting/nodes/death-context/was-character-type.md)
- [Was Grenade Kill](https://wiki.thescriptersguild.com/scripting/nodes/death-context/was-grenade-kill.md)
- [Was Last AI Unit In Squad](https://wiki.thescriptersguild.com/scripting/nodes/death-context/was-last-ai-unit-in-squad.md)
- [Was Melee Kill](https://wiki.thescriptersguild.com/scripting/nodes/death-context/was-melee-kill.md)
- [Was Vehicle Kill](https://wiki.thescriptersguild.com/scripting/nodes/death-context/was-vehicle-kill.md)
- [Was Weapon Kill](https://wiki.thescriptersguild.com/scripting/nodes/death-context/was-weapon-kill.md)
- [Was With Grenade Type](https://wiki.thescriptersguild.com/scripting/nodes/death-context/was-with-grenade-type.md)
- [Was With Specific Vehicle](https://wiki.thescriptersguild.com/scripting/nodes/death-context/was-with-specific-vehicle.md)
- [Was With Specific Weapon](https://wiki.thescriptersguild.com/scripting/nodes/death-context/was-with-specific-weapon.md)
- [Was With Vehicle Type](https://wiki.thescriptersguild.com/scripting/nodes/death-context/was-with-vehicle-type.md)
- [Was With Weapon Type](https://wiki.thescriptersguild.com/scripting/nodes/death-context/was-with-weapon-type.md)
- [Debug](https://wiki.thescriptersguild.com/scripting/nodes/debug.md): Scripting nodes in the Debug category on Halo Infinite.
- [Print Boolean To Killfeed](https://wiki.thescriptersguild.com/scripting/nodes/debug/print-boolean-to-killfeed.md)
- [Print Control State To Killfeed](https://wiki.thescriptersguild.com/scripting/nodes/debug/print-control-state-to-killfeed.md)
- [Print Number To Killfeed](https://wiki.thescriptersguild.com/scripting/nodes/debug/print-number-to-killfeed.md)
- [Print Player To Killfeed](https://wiki.thescriptersguild.com/scripting/nodes/debug/print-player-to-killfeed.md)
- [Print Team To Killfeed](https://wiki.thescriptersguild.com/scripting/nodes/debug/print-team-to-killfeed.md)
- [Print Vector3 To Killfeed](https://wiki.thescriptersguild.com/scripting/nodes/debug/print-vector3-to-killfeed.md)
- [Print Victory Reason To Killfeed](https://wiki.thescriptersguild.com/scripting/nodes/debug/print-victory-reason-to-killfeed.md)
- [Events](https://wiki.thescriptersguild.com/scripting/nodes/events.md): Scripting nodes in the Events category on Halo Infinite.
- [On Game Start](https://wiki.thescriptersguild.com/scripting/nodes/events/on-game-start.md)
- [On Gameplay Start](https://wiki.thescriptersguild.com/scripting/nodes/events/on-gameplay-start.md)
- [On Map Intro](https://wiki.thescriptersguild.com/scripting/nodes/events/on-map-intro.md)
- [On Object Damaged](https://wiki.thescriptersguild.com/scripting/nodes/events/on-object-damaged.md)
- [On Object Destroyed](https://wiki.thescriptersguild.com/scripting/nodes/events/on-object-destroyed.md)
- [On Object Entered Area](https://wiki.thescriptersguild.com/scripting/nodes/events/on-object-entered-area.md)
- [On Object Exited Area](https://wiki.thescriptersguild.com/scripting/nodes/events/on-object-exited-area.md)
- [On Object Spawned](https://wiki.thescriptersguild.com/scripting/nodes/events/on-object-spawned.md)
- [On Registered Object Entered Kill Volume](https://wiki.thescriptersguild.com/scripting/nodes/events/on-registered-object-entered-kill-volume.md)
- [On Registered Object Exited Kill Volume](https://wiki.thescriptersguild.com/scripting/nodes/events/on-registered-object-exited-kill-volume.md)
- [On Round End](https://wiki.thescriptersguild.com/scripting/nodes/events/on-round-end.md)
- [On Round Start](https://wiki.thescriptersguild.com/scripting/nodes/events/on-round-start.md)
- [On Vehicle Entered](https://wiki.thescriptersguild.com/scripting/nodes/events/on-vehicle-entered.md)
- [On Vehicle Exited](https://wiki.thescriptersguild.com/scripting/nodes/events/on-vehicle-exited.md)
- [On Vehicle Hijacked By AI](https://wiki.thescriptersguild.com/scripting/nodes/events/on-vehicle-hijacked-by-ai.md)
- [On Vehicle Hijacked By Player](https://wiki.thescriptersguild.com/scripting/nodes/events/on-vehicle-hijacked-by-player.md)
- [On Vehicle Overturned](https://wiki.thescriptersguild.com/scripting/nodes/events/on-vehicle-overturned.md)
- [Events AI](https://wiki.thescriptersguild.com/scripting/nodes/events-ai.md): Scripting nodes in the Events AI category on Halo Infinite.
- [On AI Unit Killed](https://wiki.thescriptersguild.com/scripting/nodes/events-ai/on-ai-unit-killed.md)
- [On Any Wave End](https://wiki.thescriptersguild.com/scripting/nodes/events-ai/on-any-wave-end.md)
- [On Any Wave Start](https://wiki.thescriptersguild.com/scripting/nodes/events-ai/on-any-wave-start.md)
- [On Squad Arrived](https://wiki.thescriptersguild.com/scripting/nodes/events-ai/on-squad-arrived.md)
- [On Squad Arrived At Specific Zone](https://wiki.thescriptersguild.com/scripting/nodes/events-ai/on-squad-arrived-at-specific-zone.md)
- [On Squad Remaining Percent](https://wiki.thescriptersguild.com/scripting/nodes/events-ai/on-squad-remaining-percent.md)
- [On Squad Spawned](https://wiki.thescriptersguild.com/scripting/nodes/events-ai/on-squad-spawned.md)
- [On Squad Spawned With Squad Label](https://wiki.thescriptersguild.com/scripting/nodes/events-ai/on-squad-spawned-with-squad-label.md)
- [On Squad State Changed](https://wiki.thescriptersguild.com/scripting/nodes/events-ai/on-squad-state-changed.md)
- [On Wave End](https://wiki.thescriptersguild.com/scripting/nodes/events-ai/on-wave-end.md)
- [On Wave Start](https://wiki.thescriptersguild.com/scripting/nodes/events-ai/on-wave-start.md)
- [Events Custom](https://wiki.thescriptersguild.com/scripting/nodes/events-custom.md): Scripting nodes in the Events Custom category on Halo Infinite.
- [Every N Seconds](https://wiki.thescriptersguild.com/scripting/nodes/events-custom/every-n-seconds.md)
- [On Custom Equipment A Used](https://wiki.thescriptersguild.com/scripting/nodes/events-custom/on-custom-equipment-a-used.md)
- [On Custom Equipment B Used](https://wiki.thescriptersguild.com/scripting/nodes/events-custom/on-custom-equipment-b-used.md)
- [On Custom Equipment C Used](https://wiki.thescriptersguild.com/scripting/nodes/events-custom/on-custom-equipment-c-used.md)
- [On Custom Equipment D Used](https://wiki.thescriptersguild.com/scripting/nodes/events-custom/on-custom-equipment-d-used.md)
- [On Custom Event](https://wiki.thescriptersguild.com/scripting/nodes/events-custom/on-custom-event.md)
- [On Custom Event, Global](https://wiki.thescriptersguild.com/scripting/nodes/events-custom/on-custom-event-global.md)
- [On Custom Event, Global Async](https://wiki.thescriptersguild.com/scripting/nodes/events-custom/on-custom-event-global-async.md)
- [On Object Interacted](https://wiki.thescriptersguild.com/scripting/nodes/events-custom/on-object-interacted.md)
- [On Stopwatch Reaches N Seconds](https://wiki.thescriptersguild.com/scripting/nodes/events-custom/on-stopwatch-reaches-n-seconds.md)
- [Trigger Custom Event](https://wiki.thescriptersguild.com/scripting/nodes/events-custom/trigger-custom-event.md)
- [Trigger Custom Event, Global](https://wiki.thescriptersguild.com/scripting/nodes/events-custom/trigger-custom-event-global.md)
- [Trigger Custom Event, Global Async](https://wiki.thescriptersguild.com/scripting/nodes/events-custom/trigger-custom-event-global-async.md)
- [Events Generic Objectives](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives.md): Scripting nodes in the Events Generic Objectives category on Halo Infinite.
- [On Generic Ball Dropped](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-ball-dropped.md)
- [On Generic Ball Pickup](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-ball-pickup.md)
- [On Generic Bomb Dropped](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-bomb-dropped.md)
- [On Generic Bomb Pickup](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-bomb-pickup.md)
- [On Generic Flag Carrier Killed](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-flag-carrier-killed.md)
- [On Generic Flag Dropped](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-flag-dropped.md)
- [On Generic Flag Picked Up](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-flag-picked-up.md)
- [On Generic Flag Reset](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-flag-reset.md)
- [On Generic Flag Scored](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-flag-scored.md)
- [On Generic Flag Spawned](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-flag-spawned.md)
- [On Generic Flag Zone Entered](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-flag-zone-entered.md)
- [On Generic Flag Zone Exited](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-flag-zone-exited.md)
- [On Generic Skull Dropped](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-skull-dropped.md)
- [On Generic Skull Pickup](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-skull-pickup.md)
- [On Generic Zone Capture Complete](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-capture-complete.md)
- [On Generic Zone Capture Reset](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-capture-reset.md)
- [On Generic Zone Capture Secured](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-capture-secured.md)
- [On Generic Zone Capture Start](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-capture-start.md)
- [On Generic Zone Contested End](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-contested-end.md)
- [On Generic Zone Contested Start](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-contested-start.md)
- [On Generic Zone Entered](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-entered.md)
- [On Generic Zone Exited](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-exited.md)
- [On Generic Zone Expired](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-expired.md)
- [On Generic Zone Incoming](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-incoming.md)
- [On Generic Zone Neutralize Reset](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-neutralize-reset.md)
- [On Generic Zone Neutralize Start](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-neutralize-start.md)
- [On Generic Zone Neutralized](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-neutralized.md)
- [On Generic Zone Online](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-online.md)
- [On Generic Zone Score End](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-score-end.md)
- [On Generic Zone Score Start](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-score-start.md)
- [On Generic Zone Score Tick](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-score-tick.md)
- [On Generic Zone State Changed](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-state-changed.md)
- [On Power Seed Dropped](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-power-seed-dropped.md)
- [On Power Seed Picked Up](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-power-seed-picked-up.md)
- [On Shrinking Zone Start](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-shrinking-zone-start.md)
- [On Shrinking Zone Stop](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-shrinking-zone-stop.md)
- [On Shrinking Zone Tick](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-shrinking-zone-tick.md)
- [On Socket Planted](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-socket-planted.md)
- [On Socket Removed](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-socket-removed.md)
- [Events Inventory](https://wiki.thescriptersguild.com/scripting/nodes/events-inventory.md): Scripting nodes in the Events Inventory category on Halo Infinite.
- [On Equipment Pickup](https://wiki.thescriptersguild.com/scripting/nodes/events-inventory/on-equipment-pickup.md)
- [On Equipment Used](https://wiki.thescriptersguild.com/scripting/nodes/events-inventory/on-equipment-used.md)
- [On Grenade Pickup](https://wiki.thescriptersguild.com/scripting/nodes/events-inventory/on-grenade-pickup.md)
- [On Grenade Throw](https://wiki.thescriptersguild.com/scripting/nodes/events-inventory/on-grenade-throw.md)
- [On Repair Field Healed](https://wiki.thescriptersguild.com/scripting/nodes/events-inventory/on-repair-field-healed.md)
- [On Weapon Added](https://wiki.thescriptersguild.com/scripting/nodes/events-inventory/on-weapon-added.md)
- [On Weapon Dropped](https://wiki.thescriptersguild.com/scripting/nodes/events-inventory/on-weapon-dropped.md)
- [On Weapon Low Ammo](https://wiki.thescriptersguild.com/scripting/nodes/events-inventory/on-weapon-low-ammo.md)
- [On Weapon No Ammo](https://wiki.thescriptersguild.com/scripting/nodes/events-inventory/on-weapon-no-ammo.md)
- [On Weapon Pickup](https://wiki.thescriptersguild.com/scripting/nodes/events-inventory/on-weapon-pickup.md)
- [On Weapon Refill Pickup](https://wiki.thescriptersguild.com/scripting/nodes/events-inventory/on-weapon-refill-pickup.md)
- [Register On Weapon No Ammo](https://wiki.thescriptersguild.com/scripting/nodes/events-inventory/register-on-weapon-no-ammo.md)
- [Register On Weapon Pickup](https://wiki.thescriptersguild.com/scripting/nodes/events-inventory/register-on-weapon-pickup.md)
- [Events Modes](https://wiki.thescriptersguild.com/scripting/nodes/events-modes.md): Scripting nodes in the Events Modes category on Halo Infinite.
- [On Capture Zone Capture Complete](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-capture-zone-capture-complete.md)
- [On Capture Zone Capture Reset](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-capture-zone-capture-reset.md)
- [On Capture Zone Capture Secured](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-capture-zone-capture-secured.md)
- [On Capture Zone Capture Start](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-capture-zone-capture-start.md)
- [On Capture Zone Contested End](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-capture-zone-contested-end.md)
- [On Capture Zone Contested Start](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-capture-zone-contested-start.md)
- [On Capture Zone Entered](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-capture-zone-entered.md)
- [On Capture Zone Exited](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-capture-zone-exited.md)
- [On Capture Zone Incoming](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-capture-zone-incoming.md)
- [On Capture Zone Lifetime Expired](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-capture-zone-lifetime-expired.md)
- [On Capture Zone Neutralize Reset](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-capture-zone-neutralize-reset.md)
- [On Capture Zone Neutralize Start](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-capture-zone-neutralize-start.md)
- [On Capture Zone Neutralized](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-capture-zone-neutralized.md)
- [On Capture Zone Online](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-capture-zone-online.md)
- [On Capture Zone Score End](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-capture-zone-score-end.md)
- [On Capture Zone Score Start](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-capture-zone-score-start.md)
- [On Capture Zone Score Tick](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-capture-zone-score-tick.md)
- [On Capture Zone State Changed](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-capture-zone-state-changed.md)
- [On Extraction Zone Arming Completed](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-extraction-zone-arming-completed.md)
- [On Extraction Zone Arming Interrupted](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-extraction-zone-arming-interrupted.md)
- [On Extraction Zone Arming Started](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-extraction-zone-arming-started.md)
- [On Extraction Zone Conversion Completed](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-extraction-zone-conversion-completed.md)
- [On Extraction Zone Conversion Interrupted](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-extraction-zone-conversion-interrupted.md)
- [On Extraction Zone Conversion Started](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-extraction-zone-conversion-started.md)
- [On Extraction Zone Extraction Completed](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-extraction-zone-extraction-completed.md)
- [On Flag Captured](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-flag-captured.md)
- [On Flag Carrier Killed](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-flag-carrier-killed.md)
- [On Flag Carrier Spotted](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-flag-carrier-spotted.md)
- [On Flag Dropped](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-flag-dropped.md)
- [On Flag Incoming](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-flag-incoming.md)
- [On Flag Picked Up](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-flag-picked-up.md)
- [On Flag Reset](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-flag-reset.md)
- [On Flag Spawned](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-flag-spawned.md)
- [On New VIP](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-new-vip.md)
- [On Oddball Carrier Killed](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-oddball-carrier-killed.md)
- [On Oddball Carrier Spotted](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-oddball-carrier-spotted.md)
- [On Oddball Dropped](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-oddball-dropped.md)
- [On Oddball Incoming](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-oddball-incoming.md)
- [On Oddball Picked Up](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-oddball-picked-up.md)
- [On Oddball Reset](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-oddball-reset.md)
- [On Oddball Score Tick](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-oddball-score-tick.md)
- [On Oddball Spawned](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-oddball-spawned.md)
- [On Player Infected](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-player-infected.md)
- [On Player Level Up](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-player-level-up.md)
- [On Revive Orb Spawned](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-revive-orb-spawned.md)
- [On VIP Killed](https://wiki.thescriptersguild.com/scripting/nodes/events-modes/on-vip-killed.md)
- [Events Players](https://wiki.thescriptersguild.com/scripting/nodes/events-players.md): Scripting nodes in the Events Players category on Halo Infinite.
- [On Custom Input Hold](https://wiki.thescriptersguild.com/scripting/nodes/events-players/on-custom-input-hold.md)
- [On Custom Input Tap](https://wiki.thescriptersguild.com/scripting/nodes/events-players/on-custom-input-tap.md)
- [On Medal Awarded](https://wiki.thescriptersguild.com/scripting/nodes/events-players/on-medal-awarded.md)
- [On Menu Close](https://wiki.thescriptersguild.com/scripting/nodes/events-players/on-menu-close.md)
- [On Menu Item Selected](https://wiki.thescriptersguild.com/scripting/nodes/events-players/on-menu-item-selected.md)
- [On Player Crouch](https://wiki.thescriptersguild.com/scripting/nodes/events-players/on-player-crouch.md)
- [On Player Exited](https://wiki.thescriptersguild.com/scripting/nodes/events-players/on-player-exited.md)
- [On Player Joined](https://wiki.thescriptersguild.com/scripting/nodes/events-players/on-player-joined.md)
- [On Player Killed](https://wiki.thescriptersguild.com/scripting/nodes/events-players/on-player-killed.md)
- [On Player Mark](https://wiki.thescriptersguild.com/scripting/nodes/events-players/on-player-mark.md)
- [On Player Spawned](https://wiki.thescriptersguild.com/scripting/nodes/events-players/on-player-spawned.md)
- [On Player Started Sprinting](https://wiki.thescriptersguild.com/scripting/nodes/events-players/on-player-started-sprinting.md)
- [On Player Stopped Sprinting](https://wiki.thescriptersguild.com/scripting/nodes/events-players/on-player-stopped-sprinting.md)
- [On Player Team Change](https://wiki.thescriptersguild.com/scripting/nodes/events-players/on-player-team-change.md)
- [Game Mode](https://wiki.thescriptersguild.com/scripting/nodes/game-mode.md): Scripting nodes in the Game Mode category on Halo Infinite.
- [Adjust Lifepool](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/adjust-lifepool.md)
- [Adjust Personal Score](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/adjust-personal-score.md)
- [Adjust Player Points](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/adjust-player-points.md)
- [Adjust Team Points](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/adjust-team-points.md)
- [Clear Team VIP](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/clear-team-vip.md)
- [End Round](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/end-round.md)
- [End Round - All Lose](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/end-round-all-lose.md)
- [End Round - All Tie](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/end-round-all-tie.md)
- [End Round - Winning Player](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/end-round-winning-player.md)
- [End Round - Winning Team](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/end-round-winning-team.md)
- [Get Current Round](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/get-current-round.md)
- [Get Is Forge Mode](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/get-is-forge-mode.md)
- [Get Is Game Mode](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/get-is-game-mode.md)
- [Get Is VIP](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/get-is-vip.md)
- [Get Lifepool Lives Remaining](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/get-lifepool-lives-remaining.md)
- [Get Max Rounds](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/get-max-rounds.md)
- [Get Personal Score](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/get-personal-score.md)
- [Get Player Points](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/get-player-points.md)
- [Get Points To Win](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/get-points-to-win.md)
- [Get Round Time](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/get-round-time.md)
- [Get Team Points](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/get-team-points.md)
- [Set Points To Win](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/set-points-to-win.md)
- [Set Round Time](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/set-round-time.md)
- [Set VIP](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/set-vip.md)
- [Spawn Mode Object](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/spawn-mode-object.md)
- [Game Mode Firefight](https://wiki.thescriptersguild.com/scripting/nodes/game-mode-firefight.md): Scripting nodes in the Game Mode Firefight category on Halo Infinite.
- [End Firefight Custom Set](https://wiki.thescriptersguild.com/scripting/nodes/game-mode-firefight/end-firefight-custom-set.md)
- [Fail Firefight Custom Perfect Set](https://wiki.thescriptersguild.com/scripting/nodes/game-mode-firefight/fail-firefight-custom-perfect-set.md)
- [Get Firefight Boss Spawners](https://wiki.thescriptersguild.com/scripting/nodes/game-mode-firefight/get-firefight-boss-spawners.md)
- [Get Firefight Custom Set State](https://wiki.thescriptersguild.com/scripting/nodes/game-mode-firefight/get-firefight-custom-set-state.md)
- [Get Firefight Wave Spawners](https://wiki.thescriptersguild.com/scripting/nodes/game-mode-firefight/get-firefight-wave-spawners.md)
- [On Firefight Set End](https://wiki.thescriptersguild.com/scripting/nodes/game-mode-firefight/on-firefight-set-end.md)
- [On Firefight Set Start](https://wiki.thescriptersguild.com/scripting/nodes/game-mode-firefight/on-firefight-set-start.md)
- [Override AI Spawner](https://wiki.thescriptersguild.com/scripting/nodes/game-mode-firefight/override-ai-spawner.md)
- [Generic Objectives](https://wiki.thescriptersguild.com/scripting/nodes/generic-objectives.md): Scripting nodes in the Generic Objectives category on Halo Infinite.
- [Activate Delivery Point](https://wiki.thescriptersguild.com/scripting/nodes/generic-objectives/activate-delivery-point.md)
- [Activate Flag Spawn](https://wiki.thescriptersguild.com/scripting/nodes/generic-objectives/activate-flag-spawn.md)
- [Activate Generic Zone](https://wiki.thescriptersguild.com/scripting/nodes/generic-objectives/activate-generic-zone.md)
- [Activate Shrinking Zone](https://wiki.thescriptersguild.com/scripting/nodes/generic-objectives/activate-shrinking-zone.md)
- [Add Player To Allow List](https://wiki.thescriptersguild.com/scripting/nodes/generic-objectives/add-player-to-allow-list.md)
- [Deactivate Delivery Point](https://wiki.thescriptersguild.com/scripting/nodes/generic-objectives/deactivate-delivery-point.md)
- [Deactivate Flag Spawn](https://wiki.thescriptersguild.com/scripting/nodes/generic-objectives/deactivate-flag-spawn.md)
- [Deactive Generic Zone](https://wiki.thescriptersguild.com/scripting/nodes/generic-objectives/deactive-generic-zone.md)
- [Deactive Shrinking Zone](https://wiki.thescriptersguild.com/scripting/nodes/generic-objectives/deactive-shrinking-zone.md)
- [Get Generic Zone Control State](https://wiki.thescriptersguild.com/scripting/nodes/generic-objectives/get-generic-zone-control-state.md)
- [Get Generic Zone Progress](https://wiki.thescriptersguild.com/scripting/nodes/generic-objectives/get-generic-zone-progress.md)
- [Get Players In Generic Zone](https://wiki.thescriptersguild.com/scripting/nodes/generic-objectives/get-players-in-generic-zone.md)
- [Remove Player From Allow List](https://wiki.thescriptersguild.com/scripting/nodes/generic-objectives/remove-player-from-allow-list.md)
- [Inventory](https://wiki.thescriptersguild.com/scripting/nodes/inventory.md): Scripting nodes in the Inventory category on Halo Infinite.
- [Add Player Ammo - Equipped](https://wiki.thescriptersguild.com/scripting/nodes/inventory/add-player-ammo-equipped.md)
- [Add Player Ammo - Unequipped](https://wiki.thescriptersguild.com/scripting/nodes/inventory/add-player-ammo-unequipped.md)
- [Are Same Weapon Type](https://wiki.thescriptersguild.com/scripting/nodes/inventory/are-same-weapon-type.md)
- [Drop Specific Weapon](https://wiki.thescriptersguild.com/scripting/nodes/inventory/drop-specific-weapon.md)
- [Drop Weapon Of Type](https://wiki.thescriptersguild.com/scripting/nodes/inventory/drop-weapon-of-type.md)
- [Empty Player Ammo](https://wiki.thescriptersguild.com/scripting/nodes/inventory/empty-player-ammo.md)
- [Get Is Holding Specific Weapon](https://wiki.thescriptersguild.com/scripting/nodes/inventory/get-is-holding-specific-weapon.md)
- [Get Is Holding Weapon Type](https://wiki.thescriptersguild.com/scripting/nodes/inventory/get-is-holding-weapon-type.md)
- [Get Is Weapon Type](https://wiki.thescriptersguild.com/scripting/nodes/inventory/get-is-weapon-type.md)
- [Get Player Holding Item](https://wiki.thescriptersguild.com/scripting/nodes/inventory/get-player-holding-item.md)
- [Get Player Weapons](https://wiki.thescriptersguild.com/scripting/nodes/inventory/get-player-weapons.md)
- [Get Unit Holding Item](https://wiki.thescriptersguild.com/scripting/nodes/inventory/get-unit-holding-item.md)
- [Get Unit Weapons](https://wiki.thescriptersguild.com/scripting/nodes/inventory/get-unit-weapons.md)
- [Get Weapon Magazine Capacity](https://wiki.thescriptersguild.com/scripting/nodes/inventory/get-weapon-magazine-capacity.md)
- [Get Weapon Magazine Rounds](https://wiki.thescriptersguild.com/scripting/nodes/inventory/get-weapon-magazine-rounds.md)
- [Get Weapon Type](https://wiki.thescriptersguild.com/scripting/nodes/inventory/get-weapon-type.md)
- [Give Player New Weapon](https://wiki.thescriptersguild.com/scripting/nodes/inventory/give-player-new-weapon.md)
- [Give Player Specific Weapon](https://wiki.thescriptersguild.com/scripting/nodes/inventory/give-player-specific-weapon.md)
- [Give Unit New Weapon](https://wiki.thescriptersguild.com/scripting/nodes/inventory/give-unit-new-weapon.md)
- [Give Unit Specific Weapon](https://wiki.thescriptersguild.com/scripting/nodes/inventory/give-unit-specific-weapon.md)
- [Refill Player Ammo](https://wiki.thescriptersguild.com/scripting/nodes/inventory/refill-player-ammo.md)
- [Set Player Weapon Lowered](https://wiki.thescriptersguild.com/scripting/nodes/inventory/set-player-weapon-lowered.md)
- [Switch To First Weapon Of Type](https://wiki.thescriptersguild.com/scripting/nodes/inventory/switch-to-first-weapon-of-type.md)
- [Inventory Equipment](https://wiki.thescriptersguild.com/scripting/nodes/inventory-equipment.md): Scripting nodes in the Inventory Equipment category on Halo Infinite.
- [Adjust Player Equipment Charges](https://wiki.thescriptersguild.com/scripting/nodes/inventory-equipment/adjust-player-equipment-charges.md)
- [Adjust Player Grenades](https://wiki.thescriptersguild.com/scripting/nodes/inventory-equipment/adjust-player-grenades.md)
- [Are Same Equipment Type](https://wiki.thescriptersguild.com/scripting/nodes/inventory-equipment/are-same-equipment-type.md)
- [Empty Player Equipment](https://wiki.thescriptersguild.com/scripting/nodes/inventory-equipment/empty-player-equipment.md)
- [Empty Player Grenades](https://wiki.thescriptersguild.com/scripting/nodes/inventory-equipment/empty-player-grenades.md)
- [Get Equipment Type](https://wiki.thescriptersguild.com/scripting/nodes/inventory-equipment/get-equipment-type.md)
- [Get Is Holding Any Equipment](https://wiki.thescriptersguild.com/scripting/nodes/inventory-equipment/get-is-holding-any-equipment.md)
- [Get Is Holding Equipment Type](https://wiki.thescriptersguild.com/scripting/nodes/inventory-equipment/get-is-holding-equipment-type.md)
- [Get Loadout Grenade Count](https://wiki.thescriptersguild.com/scripting/nodes/inventory-equipment/get-loadout-grenade-count.md)
- [Get Player Equipment Charges](https://wiki.thescriptersguild.com/scripting/nodes/inventory-equipment/get-player-equipment-charges.md)
- [Get Player Grenade Count](https://wiki.thescriptersguild.com/scripting/nodes/inventory-equipment/get-player-grenade-count.md)
- [Give Player New Equipment](https://wiki.thescriptersguild.com/scripting/nodes/inventory-equipment/give-player-new-equipment.md)
- [Refill Default Grenades](https://wiki.thescriptersguild.com/scripting/nodes/inventory-equipment/refill-default-grenades.md)
- [Refill Player Equipment](https://wiki.thescriptersguild.com/scripting/nodes/inventory-equipment/refill-player-equipment.md)
- [Set Player Equipment Charges](https://wiki.thescriptersguild.com/scripting/nodes/inventory-equipment/set-player-equipment-charges.md)
- [Lists](https://wiki.thescriptersguild.com/scripting/nodes/lists.md): Scripting nodes in the Lists category on Halo Infinite.
- [Add Item To Generic List](https://wiki.thescriptersguild.com/scripting/nodes/lists/add-item-to-generic-list.md)
- [Combine Generic Lists](https://wiki.thescriptersguild.com/scripting/nodes/lists/combine-generic-lists.md)
- [Declare Generic Item Variable](https://wiki.thescriptersguild.com/scripting/nodes/lists/declare-generic-item-variable.md)
- [Declare Generic List Variable](https://wiki.thescriptersguild.com/scripting/nodes/lists/declare-generic-list-variable.md)
- [For Each Generic Item](https://wiki.thescriptersguild.com/scripting/nodes/lists/for-each-generic-item.md)
- [Generic List](https://wiki.thescriptersguild.com/scripting/nodes/lists/generic-list.md)
- [Get Generic Item At Index](https://wiki.thescriptersguild.com/scripting/nodes/lists/get-generic-item-at-index.md)
- [Get Generic Item Variable](https://wiki.thescriptersguild.com/scripting/nodes/lists/get-generic-item-variable.md)
- [Get Generic List Size](https://wiki.thescriptersguild.com/scripting/nodes/lists/get-generic-list-size.md)
- [Get Generic List Variable](https://wiki.thescriptersguild.com/scripting/nodes/lists/get-generic-list-variable.md)
- [Get N Items In Generic List](https://wiki.thescriptersguild.com/scripting/nodes/lists/get-n-items-in-generic-list.md)
- [Get Shared Items](https://wiki.thescriptersguild.com/scripting/nodes/lists/get-shared-items.md)
- [Get Unshared Items](https://wiki.thescriptersguild.com/scripting/nodes/lists/get-unshared-items.md)
- [Item Is In Generic List](https://wiki.thescriptersguild.com/scripting/nodes/lists/item-is-in-generic-list.md)
- [Remove Item From Generic List](https://wiki.thescriptersguild.com/scripting/nodes/lists/remove-item-from-generic-list.md)
- [Set Generic Item Variable](https://wiki.thescriptersguild.com/scripting/nodes/lists/set-generic-item-variable.md)
- [Set Generic List Variable](https://wiki.thescriptersguild.com/scripting/nodes/lists/set-generic-list-variable.md)
- [Lists Casts](https://wiki.thescriptersguild.com/scripting/nodes/lists-casts.md): Scripting nodes in the Lists Casts category on Halo Infinite.
- [Cast To Boolean](https://wiki.thescriptersguild.com/scripting/nodes/lists-casts/cast-to-boolean.md)
- [Cast To Character Type](https://wiki.thescriptersguild.com/scripting/nodes/lists-casts/cast-to-character-type.md)
- [Cast To Equipment Type](https://wiki.thescriptersguild.com/scripting/nodes/lists-casts/cast-to-equipment-type.md)
- [Cast To Grenade Type](https://wiki.thescriptersguild.com/scripting/nodes/lists-casts/cast-to-grenade-type.md)
- [Cast To Menu](https://wiki.thescriptersguild.com/scripting/nodes/lists-casts/cast-to-menu.md)
- [Cast To Menu Item](https://wiki.thescriptersguild.com/scripting/nodes/lists-casts/cast-to-menu-item.md)
- [Cast To Nav Marker](https://wiki.thescriptersguild.com/scripting/nodes/lists-casts/cast-to-nav-marker.md)
- [Cast To Number](https://wiki.thescriptersguild.com/scripting/nodes/lists-casts/cast-to-number.md)
- [Cast To Object](https://wiki.thescriptersguild.com/scripting/nodes/lists-casts/cast-to-object.md)
- [Cast To Squad](https://wiki.thescriptersguild.com/scripting/nodes/lists-casts/cast-to-squad.md)
- [Cast To Squad Definition](https://wiki.thescriptersguild.com/scripting/nodes/lists-casts/cast-to-squad-definition.md)
- [Cast To String](https://wiki.thescriptersguild.com/scripting/nodes/lists-casts/cast-to-string.md)
- [Cast To Team](https://wiki.thescriptersguild.com/scripting/nodes/lists-casts/cast-to-team.md)
- [Cast To UI Message](https://wiki.thescriptersguild.com/scripting/nodes/lists-casts/cast-to-ui-message.md)
- [Cast To User Label](https://wiki.thescriptersguild.com/scripting/nodes/lists-casts/cast-to-user-label.md)
- [Cast To Vector3](https://wiki.thescriptersguild.com/scripting/nodes/lists-casts/cast-to-vector3.md)
- [Cast To Vehicle Type](https://wiki.thescriptersguild.com/scripting/nodes/lists-casts/cast-to-vehicle-type.md)
- [Cast To Wave](https://wiki.thescriptersguild.com/scripting/nodes/lists-casts/cast-to-wave.md)
- [Cast To Wave Manager](https://wiki.thescriptersguild.com/scripting/nodes/lists-casts/cast-to-wave-manager.md)
- [Cast To Weapon Type](https://wiki.thescriptersguild.com/scripting/nodes/lists-casts/cast-to-weapon-type.md)
- [Logic](https://wiki.thescriptersguild.com/scripting/nodes/logic.md): Scripting nodes in the Logic category on Halo Infinite.
- [Boolean Logic](https://wiki.thescriptersguild.com/scripting/nodes/logic/boolean-logic.md)
- [Boolean NOT](https://wiki.thescriptersguild.com/scripting/nodes/logic/boolean-not.md)
- [Branch](https://wiki.thescriptersguild.com/scripting/nodes/logic/branch.md)
- [For Each Bot](https://wiki.thescriptersguild.com/scripting/nodes/logic/for-each-bot.md)
- [For Each Object](https://wiki.thescriptersguild.com/scripting/nodes/logic/for-each-object.md)
- [For Each Player](https://wiki.thescriptersguild.com/scripting/nodes/logic/for-each-player.md)
- [For N Iterations](https://wiki.thescriptersguild.com/scripting/nodes/logic/for-n-iterations.md)
- [Increment Number Variable](https://wiki.thescriptersguild.com/scripting/nodes/logic/increment-number-variable.md)
- [Toggle Boolean Variable](https://wiki.thescriptersguild.com/scripting/nodes/logic/toggle-boolean-variable.md)
- [Wait For N Seconds](https://wiki.thescriptersguild.com/scripting/nodes/logic/wait-for-n-seconds.md)
- [Logic Compare](https://wiki.thescriptersguild.com/scripting/nodes/logic-compare.md): Scripting nodes in the Logic Compare category on Halo Infinite.
- [Compare](https://wiki.thescriptersguild.com/scripting/nodes/logic-compare/compare.md)
- [Compare Character Type](https://wiki.thescriptersguild.com/scripting/nodes/logic-compare/compare-character-type.md)
- [Compare Control States](https://wiki.thescriptersguild.com/scripting/nodes/logic-compare/compare-control-states.md)
- [Compare Equipment Types](https://wiki.thescriptersguild.com/scripting/nodes/logic-compare/compare-equipment-types.md)
- [Compare Grenade Types](https://wiki.thescriptersguild.com/scripting/nodes/logic-compare/compare-grenade-types.md)
- [Compare Medals](https://wiki.thescriptersguild.com/scripting/nodes/logic-compare/compare-medals.md)
- [Compare Menu Items](https://wiki.thescriptersguild.com/scripting/nodes/logic-compare/compare-menu-items.md)
- [Compare Menus](https://wiki.thescriptersguild.com/scripting/nodes/logic-compare/compare-menus.md)
- [Compare Squad State](https://wiki.thescriptersguild.com/scripting/nodes/logic-compare/compare-squad-state.md)
- [Compare Squads](https://wiki.thescriptersguild.com/scripting/nodes/logic-compare/compare-squads.md)
- [Compare Teams](https://wiki.thescriptersguild.com/scripting/nodes/logic-compare/compare-teams.md)
- [Compare Vehicle Types](https://wiki.thescriptersguild.com/scripting/nodes/logic-compare/compare-vehicle-types.md)
- [Compare Weapon Types](https://wiki.thescriptersguild.com/scripting/nodes/logic-compare/compare-weapon-types.md)
- [Math](https://wiki.thescriptersguild.com/scripting/nodes/math.md): Scripting nodes in the Math category on Halo Infinite.
- [Absolute Value](https://wiki.thescriptersguild.com/scripting/nodes/math/absolute-value.md)
- [Add](https://wiki.thescriptersguild.com/scripting/nodes/math/add.md)
- [Add Vectors](https://wiki.thescriptersguild.com/scripting/nodes/math/add-vectors.md)
- [Convert Degrees To Radians](https://wiki.thescriptersguild.com/scripting/nodes/math/convert-degrees-to-radians.md)
- [Convert Radians To Degrees](https://wiki.thescriptersguild.com/scripting/nodes/math/convert-radians-to-degrees.md)
- [Divide](https://wiki.thescriptersguild.com/scripting/nodes/math/divide.md)
- [Get Dynamic Object Raycast Result](https://wiki.thescriptersguild.com/scripting/nodes/math/get-dynamic-object-raycast-result.md)
- [Get Pi](https://wiki.thescriptersguild.com/scripting/nodes/math/get-pi.md)
- [Get Player Look Dynamic Raycast Result](https://wiki.thescriptersguild.com/scripting/nodes/math/get-player-look-dynamic-raycast-result.md)
- [Get Player Look Static Raycast Result](https://wiki.thescriptersguild.com/scripting/nodes/math/get-player-look-static-raycast-result.md)
- [Get Random Rotation](https://wiki.thescriptersguild.com/scripting/nodes/math/get-random-rotation.md)
- [Get Static Bullet Raycast Result](https://wiki.thescriptersguild.com/scripting/nodes/math/get-static-bullet-raycast-result.md)
- [Get Static Movement Raycast Result](https://wiki.thescriptersguild.com/scripting/nodes/math/get-static-movement-raycast-result.md)
- [Get Vector Axis Value](https://wiki.thescriptersguild.com/scripting/nodes/math/get-vector-axis-value.md)
- [Get Vector Length](https://wiki.thescriptersguild.com/scripting/nodes/math/get-vector-length.md)
- [Multiply](https://wiki.thescriptersguild.com/scripting/nodes/math/multiply.md)
- [Normalize Vector](https://wiki.thescriptersguild.com/scripting/nodes/math/normalize-vector.md)
- [Random](https://wiki.thescriptersguild.com/scripting/nodes/math/random.md)
- [Random Boolean](https://wiki.thescriptersguild.com/scripting/nodes/math/random-boolean.md)
- [Round To Whole Number](https://wiki.thescriptersguild.com/scripting/nodes/math/round-to-whole-number.md)
- [Scale Vector](https://wiki.thescriptersguild.com/scripting/nodes/math/scale-vector.md)
- [Square Root](https://wiki.thescriptersguild.com/scripting/nodes/math/square-root.md)
- [Subtract](https://wiki.thescriptersguild.com/scripting/nodes/math/subtract.md)
- [Subtract Vectors](https://wiki.thescriptersguild.com/scripting/nodes/math/subtract-vectors.md)
- [Trigonometry - ArcSin/ArcCos](https://wiki.thescriptersguild.com/scripting/nodes/math/trigonometry-arcsin-arccos.md)
- [Trigonometry - ArcTan](https://wiki.thescriptersguild.com/scripting/nodes/math/trigonometry-arctan.md)
- [Trigonometry - Cos/Sin/Tan](https://wiki.thescriptersguild.com/scripting/nodes/math/trigonometry-cos-sin-tan.md)
- [Vector Cross Product](https://wiki.thescriptersguild.com/scripting/nodes/math/vector-cross-product.md)
- [Vector Dot Product](https://wiki.thescriptersguild.com/scripting/nodes/math/vector-dot-product.md)
- [Objects](https://wiki.thescriptersguild.com/scripting/nodes/objects.md): Scripting nodes in the Objects category on Halo Infinite.
- [Add Object To List](https://wiki.thescriptersguild.com/scripting/nodes/objects/add-object-to-list.md)
- [Are Same Object](https://wiki.thescriptersguild.com/scripting/nodes/objects/are-same-object.md)
- [Clone Object](https://wiki.thescriptersguild.com/scripting/nodes/objects/clone-object.md)
- [Combine Object Lists](https://wiki.thescriptersguild.com/scripting/nodes/objects/combine-object-lists.md)
- [Damage Object](https://wiki.thescriptersguild.com/scripting/nodes/objects/damage-object.md)
- [Delete Object](https://wiki.thescriptersguild.com/scripting/nodes/objects/delete-object.md)
- [Get All Objects By Label And Spawn Order](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-all-objects-by-label-and-spawn-order.md)
- [Get All Objects By Spawn Order](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-all-objects-by-spawn-order.md)
- [Get All Players With Spawn Order](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-all-players-with-spawn-order.md)
- [Get All Spawn Points](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-all-spawn-points.md)
- [Get All Spawn Points For Team](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-all-spawn-points-for-team.md)
- [Get First N Objects](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-first-n-objects.md)
- [Get First Object By Label](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-first-object-by-label.md)
- [Get Is Dead](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-is-dead.md)
- [Get Is Valid Object](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-is-valid-object.md)
- [Get Last N Objects](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-last-n-objects.md)
- [Get List Size](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-list-size.md)
- [Get Object Health](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-object-health.md)
- [Get Object Shield](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-object-shield.md)
- [Get Object Spawn Order](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-object-spawn-order.md)
- [Get Object Team](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-object-team.md)
- [Get Object At Index](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-object-at-index.md)
- [Get Objects By Label](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-objects-by-label.md)
- [Get Objects In Area Monitor](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-objects-in-area-monitor.md)
- [Get Objects In Prefab](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-objects-in-prefab.md)
- [Get Random N Objects](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-random-n-objects.md)
- [Get Shared Objects](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-shared-objects.md)
- [Get Unique Objects](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-unique-objects.md)
- [Object Is In List](https://wiki.thescriptersguild.com/scripting/nodes/objects/object-is-in-list.md)
- [Register Object For Kill Volume Events](https://wiki.thescriptersguild.com/scripting/nodes/objects/register-object-for-kill-volume-events.md)
- [Remove Object From List](https://wiki.thescriptersguild.com/scripting/nodes/objects/remove-object-from-list.md)
- [Set Object Health](https://wiki.thescriptersguild.com/scripting/nodes/objects/set-object-health.md)
- [Set Object Health Percent](https://wiki.thescriptersguild.com/scripting/nodes/objects/set-object-health-percent.md)
- [Set Object Physics Mode](https://wiki.thescriptersguild.com/scripting/nodes/objects/set-object-physics-mode.md)
- [Set Object Spawn Order](https://wiki.thescriptersguild.com/scripting/nodes/objects/set-object-spawn-order.md)
- [Set Object Team](https://wiki.thescriptersguild.com/scripting/nodes/objects/set-object-team.md)
- [Set Object Team To Neutral](https://wiki.thescriptersguild.com/scripting/nodes/objects/set-object-team-to-neutral.md)
- [Set Spawn Point Enabled](https://wiki.thescriptersguild.com/scripting/nodes/objects/set-spawn-point-enabled.md)
- [Spawn Object](https://wiki.thescriptersguild.com/scripting/nodes/objects/spawn-object.md)
- [Objects Filters](https://wiki.thescriptersguild.com/scripting/nodes/objects-filters.md): Scripting nodes in the Objects Filters category on Halo Infinite.
- [Does Player Pass Object Filter](https://wiki.thescriptersguild.com/scripting/nodes/objects-filters/does-player-pass-object-filter.md)
- [Remove All Filters On Object](https://wiki.thescriptersguild.com/scripting/nodes/objects-filters/remove-all-filters-on-object.md)
- [Set Player Filter On Object](https://wiki.thescriptersguild.com/scripting/nodes/objects-filters/set-player-filter-on-object.md)
- [Set Team Filter On Object](https://wiki.thescriptersguild.com/scripting/nodes/objects-filters/set-team-filter-on-object.md): Restricts object interaction to a specific team or prevents a specific team from interacting.
- [Objects Transform](https://wiki.thescriptersguild.com/scripting/nodes/objects-transform.md): Scripting nodes in theObjects Transform category on Halo Infinite.
- [Get Object Angular Velocity](https://wiki.thescriptersguild.com/scripting/nodes/objects-transform/get-object-angular-velocity.md)
- [Get Object Forward](https://wiki.thescriptersguild.com/scripting/nodes/objects-transform/get-object-forward.md)
- [Get Object Position](https://wiki.thescriptersguild.com/scripting/nodes/objects-transform/get-object-position.md)
- [Get Object Rotation](https://wiki.thescriptersguild.com/scripting/nodes/objects-transform/get-object-rotation.md)
- [Get Object Up](https://wiki.thescriptersguild.com/scripting/nodes/objects-transform/get-object-up.md)
- [Get Object Velocity](https://wiki.thescriptersguild.com/scripting/nodes/objects-transform/get-object-velocity.md)
- [Move Object To Transform](https://wiki.thescriptersguild.com/scripting/nodes/objects-transform/move-object-to-transform.md)
- [Reset Object](https://wiki.thescriptersguild.com/scripting/nodes/objects-transform/reset-object.md)
- [Rotate Object To Point](https://wiki.thescriptersguild.com/scripting/nodes/objects-transform/rotate-object-to-point.md)
- [Set Object Angular Velocity](https://wiki.thescriptersguild.com/scripting/nodes/objects-transform/set-object-angular-velocity.md)
- [Set Object Position](https://wiki.thescriptersguild.com/scripting/nodes/objects-transform/set-object-position.md)
- [Set Object Rotation](https://wiki.thescriptersguild.com/scripting/nodes/objects-transform/set-object-rotation.md)
- [Set Object Velocity](https://wiki.thescriptersguild.com/scripting/nodes/objects-transform/set-object-velocity.md)
- [Translate Object To Point](https://wiki.thescriptersguild.com/scripting/nodes/objects-transform/translate-object-to-point.md)
- [Players](https://wiki.thescriptersguild.com/scripting/nodes/players.md): Scripting nodes in the Players category on Halo Infinite.
- [Activate Spartan Tracking](https://wiki.thescriptersguild.com/scripting/nodes/players/activate-spartan-tracking.md)
- [Are Same Player](https://wiki.thescriptersguild.com/scripting/nodes/players/are-same-player.md)
- [Block Player Spawns](https://wiki.thescriptersguild.com/scripting/nodes/players/block-player-spawns.md)
- [Get All Players](https://wiki.thescriptersguild.com/scripting/nodes/players/get-all-players.md)
- [Get All Players On Team](https://wiki.thescriptersguild.com/scripting/nodes/players/get-all-players-on-team.md)
- [Get Is Crouching](https://wiki.thescriptersguild.com/scripting/nodes/players/get-is-crouching.md)
- [Get Is Grappling](https://wiki.thescriptersguild.com/scripting/nodes/players/get-is-grappling.md)
- [Get Is In Shroud Screen](https://wiki.thescriptersguild.com/scripting/nodes/players/get-is-in-shroud-screen.md)
- [Get Is Lunging](https://wiki.thescriptersguild.com/scripting/nodes/players/get-is-lunging.md)
- [Get Is Mark Overridden](https://wiki.thescriptersguild.com/scripting/nodes/players/get-is-mark-overridden.md)
- [Get Is Observer](https://wiki.thescriptersguild.com/scripting/nodes/players/get-is-observer.md)
- [Get Is Overshield On](https://wiki.thescriptersguild.com/scripting/nodes/players/get-is-overshield-on.md)
- [Get Is Player](https://wiki.thescriptersguild.com/scripting/nodes/players/get-is-player.md)
- [Get Is Translocating](https://wiki.thescriptersguild.com/scripting/nodes/players/get-is-translocating.md)
- [Get Is Zoomed](https://wiki.thescriptersguild.com/scripting/nodes/players/get-is-zoomed.md)
- [Get Number Of Teams](https://wiki.thescriptersguild.com/scripting/nodes/players/get-number-of-teams.md)
- [Get Number Of Players](https://wiki.thescriptersguild.com/scripting/nodes/players/get-number-of-players.md)
- [Get Player Aiming Vector](https://wiki.thescriptersguild.com/scripting/nodes/players/get-player-aiming-vector.md)
- [Get Player FFA Allegiance](https://wiki.thescriptersguild.com/scripting/nodes/players/get-player-ffa-allegiance.md)
- [Get Player Overshield](https://wiki.thescriptersguild.com/scripting/nodes/players/get-player-overshield.md)
- [Get Player Team](https://wiki.thescriptersguild.com/scripting/nodes/players/get-player-team.md)
- [Get Random Player](https://wiki.thescriptersguild.com/scripting/nodes/players/get-random-player.md)
- [Get Respawn Penalty](https://wiki.thescriptersguild.com/scripting/nodes/players/get-respawn-penalty.md)
- [Revive All Players](https://wiki.thescriptersguild.com/scripting/nodes/players/revive-all-players.md)
- [Revive All Players On Team](https://wiki.thescriptersguild.com/scripting/nodes/players/revive-all-players-on-team.md)
- [Revive Player](https://wiki.thescriptersguild.com/scripting/nodes/players/revive-player.md)
- [Set Player Camo](https://wiki.thescriptersguild.com/scripting/nodes/players/set-player-camo.md)
- [Set Player FFA Allegiance](https://wiki.thescriptersguild.com/scripting/nodes/players/set-player-ffa-allegiance.md)
- [Set Player Mark Override](https://wiki.thescriptersguild.com/scripting/nodes/players/set-player-mark-override.md)
- [Set Player Overshield](https://wiki.thescriptersguild.com/scripting/nodes/players/set-player-overshield.md)
- [Set Player Team](https://wiki.thescriptersguild.com/scripting/nodes/players/set-player-team.md)
- [Set Player VFX](https://wiki.thescriptersguild.com/scripting/nodes/players/set-player-vfx.md)
- [Set Respawn Penalty](https://wiki.thescriptersguild.com/scripting/nodes/players/set-respawn-penalty.md)
- [Teleport Player](https://wiki.thescriptersguild.com/scripting/nodes/players/teleport-player.md)
- [Unblock Respawns For Player](https://wiki.thescriptersguild.com/scripting/nodes/players/unblock-respawns-for-player.md)
- [Skulls](https://wiki.thescriptersguild.com/scripting/nodes/skulls.md): Scripting nodes in the Skulls category on Halo Infinite.
- [Cast To Skull](https://wiki.thescriptersguild.com/scripting/nodes/skulls/cast-to-skull.md)
- [Compare Skulls](https://wiki.thescriptersguild.com/scripting/nodes/skulls/compare-skulls.md)
- [Declare Skull Variable](https://wiki.thescriptersguild.com/scripting/nodes/skulls/declare-skull-variable.md)
- [Get Skull Enabled](https://wiki.thescriptersguild.com/scripting/nodes/skulls/get-skull-enabled.md)
- [Get Skull Variable](https://wiki.thescriptersguild.com/scripting/nodes/skulls/get-skull-variable.md)
- [Set Skull Enabled](https://wiki.thescriptersguild.com/scripting/nodes/skulls/set-skull-enabled.md)
- [Set Skull Variable](https://wiki.thescriptersguild.com/scripting/nodes/skulls/set-skull-variable.md)
- [Skull](https://wiki.thescriptersguild.com/scripting/nodes/skulls/skull.md)
- [Stopwatches](https://wiki.thescriptersguild.com/scripting/nodes/stopwatches.md): Scripting nodes in the Stopwatches category on Halo Infinite.
- [Create Stopwatch](https://wiki.thescriptersguild.com/scripting/nodes/stopwatches/create-stopwatch.md)
- [Get Stopwatch Elapsed Time](https://wiki.thescriptersguild.com/scripting/nodes/stopwatches/get-stopwatch-elapsed-time.md)
- [Pause Stopwatch](https://wiki.thescriptersguild.com/scripting/nodes/stopwatches/pause-stopwatch.md)
- [Reset Stopwatch](https://wiki.thescriptersguild.com/scripting/nodes/stopwatches/reset-stopwatch.md)
- [Restart Stopwatch](https://wiki.thescriptersguild.com/scripting/nodes/stopwatches/restart-stopwatch.md)
- [Start Stopwatch](https://wiki.thescriptersguild.com/scripting/nodes/stopwatches/start-stopwatch.md)
- [Traits](https://wiki.thescriptersguild.com/scripting/nodes/traits.md): Scripting nodes in the Traits category on Halo Infinite.
- [Apply Trait Set](https://wiki.thescriptersguild.com/scripting/nodes/traits/apply-trait-set.md)
- [Apply Trait Set For Seconds](https://wiki.thescriptersguild.com/scripting/nodes/traits/apply-trait-set-for-seconds.md)
- [Apply Trait Set Until Death](https://wiki.thescriptersguild.com/scripting/nodes/traits/apply-trait-set-until-death.md)
- [Combine Trait Lists](https://wiki.thescriptersguild.com/scripting/nodes/traits/combine-trait-lists.md)
- [Declare Trait Set](https://wiki.thescriptersguild.com/scripting/nodes/traits/declare-trait-set.md)
- [Get Random N Traits](https://wiki.thescriptersguild.com/scripting/nodes/traits/get-random-n-traits.md)
- [Remove All Trait Sets](https://wiki.thescriptersguild.com/scripting/nodes/traits/remove-all-trait-sets.md)
- [Remove Trait Set](https://wiki.thescriptersguild.com/scripting/nodes/traits/remove-trait-set.md)
- [Trait List](https://wiki.thescriptersguild.com/scripting/nodes/traits/trait-list.md)
- [Traits AI](https://wiki.thescriptersguild.com/scripting/nodes/traits-ai.md): Scripting nodes in the Traits AI category on Halo Infinite.
- [Trait AI: Bonus Health](https://wiki.thescriptersguild.com/scripting/nodes/traits-ai/trait-ai-bonus-health.md)
- [Trait AI: Bottomless Clip](https://wiki.thescriptersguild.com/scripting/nodes/traits-ai/trait-ai-bottomless-clip.md)
- [Trait AI: Damage Resistance](https://wiki.thescriptersguild.com/scripting/nodes/traits-ai/trait-ai-damage-resistance.md)
- [Trait AI: Health Recharge](https://wiki.thescriptersguild.com/scripting/nodes/traits-ai/trait-ai-health-recharge.md)
- [Trait AI: Movement Speed](https://wiki.thescriptersguild.com/scripting/nodes/traits-ai/trait-ai-movement-speed.md)
- [Trait AI: Movement Speed With Turret](https://wiki.thescriptersguild.com/scripting/nodes/traits-ai/trait-ai-movement-speed-with-turret.md)
- [Trait AI: Prevent Weapon Firing](https://wiki.thescriptersguild.com/scripting/nodes/traits-ai/trait-ai-prevent-weapon-firing.md)
- [Trait AI: Vampirism](https://wiki.thescriptersguild.com/scripting/nodes/traits-ai/trait-ai-vampirism.md)
- [Trait AI: Weapon Damage](https://wiki.thescriptersguild.com/scripting/nodes/traits-ai/trait-ai-weapon-damage.md)
- [Traits Player](https://wiki.thescriptersguild.com/scripting/nodes/traits-player.md): Scripting nodes in the Traits Player category on Halo Infinite.
- [Apply Player Trait Set](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/apply-player-trait-set.md)
- [Apply Player Trait Set For Seconds](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/apply-player-trait-set-for-seconds.md)
- [Apply Player Trait Set Until Death](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/apply-player-trait-set-until-death.md)
- [Remove All Player Trait Sets](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/remove-all-player-trait-sets.md)
- [Remove Player Trait Set](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/remove-player-trait-set.md)
- [Trait: Bonus Health](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-bonus-health.md)
- [Trait: Bonus Shield](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-bonus-shield.md)
- [Trait: Bottomless Clip](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-bottomless-clip.md)
- [Trait: Clamber Enabled](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-clamber-enabled.md)
- [Trait: Clamber Speed](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-clamber-speed.md)
- [Trait: Damage Resistance](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-damage-resistance.md)
- [Trait: Deathless](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-deathless.md)
- [Trait: Equipment Pickup](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-equipment-pickup.md)
- [Trait: Grenade Damage](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-grenade-damage.md)
- [Trait: Grenade Detonation Radius](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-grenade-detonation-radius.md)
- [Trait: Grenade Impulse](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-grenade-impulse.md)
- [Trait: Grenade Pickup](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-grenade-pickup.md)
- [Trait: Headshot Protection](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-headshot-protection.md)
- [Trait: Health Recharge](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-health-recharge.md)
- [Trait: Infinite Ammo](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-infinite-ammo.md)
- [Trait: Jump Height](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-jump-height.md)
- [Trait: Loadout Weapon Overrides](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-loadout-weapon-overrides.md)
- [Trait: Melee Damage](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-melee-damage.md)
- [Trait: Melee Impulse](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-melee-impulse.md)
- [Trait: Melee Recovery Speed](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-melee-recovery-speed.md)
- [Trait: Motion Tracker Range](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-motion-tracker-range.md)
- [Trait: Motion Tracker Visible](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-motion-tracker-visible.md)
- [Trait: Movement Speed](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-movement-speed.md)
- [Trait: Movement Speed With Turret](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-movement-speed-with-turret.md)
- [Trait: Player Gravity](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-player-gravity.md)
- [Trait: Prevent Grenade Throwing](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-prevent-grenade-throwing.md)
- [Trait: Prevent Weapon Firing](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-prevent-weapon-firing.md)
- [Trait: Reload Speed](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-reload-speed.md)
- [Trait: Shield HUD Visible](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-shield-hud-visible.md)
- [Trait: Shield Recharge](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-shield-recharge.md)
- [Trait: Slide Speed](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-slide-speed.md)
- [Trait: Sprint Enabled](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-sprint-enabled.md)
- [Trait: Sprint Reload Enabled](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-sprint-reload-enabled.md)
- [Trait: Sprint Resets Recharge](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-sprint-resets-recharge.md)
- [Trait: Sprint Speed](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-sprint-speed.md)
- [Trait: Third Person Gameplay](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-third-person-gameplay.md)
- [Trait: VFX - Active Camouflage](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-vfx-active-camouflage.md)
- [Trait: VFX - Overshield](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-vfx-overshield.md)
- [Trait: Vampirism](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-vampirism.md)
- [Trait: Vehicle Passenger Only](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-vehicle-passenger-only.md)
- [Trait: Weapon Damage](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-weapon-damage.md)
- [Trait: Weapon Dropping](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-weapon-dropping.md)
- [Trait: Weapon Pickup](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-weapon-pickup.md)
- [Trait: Weapon Switch Speed](https://wiki.thescriptersguild.com/scripting/nodes/traits-player/trait-weapon-switch-speed.md)
- [UI](https://wiki.thescriptersguild.com/scripting/nodes/ui.md): Scripting nodes in the UI category on Halo Infinite.
- [Add Menu Item](https://wiki.thescriptersguild.com/scripting/nodes/ui/add-menu-item.md)
- [Clear Splash For Player](https://wiki.thescriptersguild.com/scripting/nodes/ui/clear-splash-for-player.md)
- [Create UI Message](https://wiki.thescriptersguild.com/scripting/nodes/ui/create-ui-message.md)
- [Create UI Message \[B\]](https://wiki.thescriptersguild.com/scripting/nodes/ui/create-ui-message-b.md)
- [Create UI Message \[C\]](https://wiki.thescriptersguild.com/scripting/nodes/ui/create-ui-message-c.md)
- [Get Last Menu For Player](https://wiki.thescriptersguild.com/scripting/nodes/ui/get-last-menu-for-player.md)
- [Get Menu Item At Index](https://wiki.thescriptersguild.com/scripting/nodes/ui/get-menu-item-at-index.md)
- [Get Menu Item Property Description](https://wiki.thescriptersguild.com/scripting/nodes/ui/get-menu-item-property-description.md)
- [Get Menu Item Property Enabled](https://wiki.thescriptersguild.com/scripting/nodes/ui/get-menu-item-property-enabled.md)
- [Get Menu Item Property Title](https://wiki.thescriptersguild.com/scripting/nodes/ui/get-menu-item-property-title.md)
- [Menu Item Is In Menu](https://wiki.thescriptersguild.com/scripting/nodes/ui/menu-item-is-in-menu.md)
- [Print UI Message To Killfeed](https://wiki.thescriptersguild.com/scripting/nodes/ui/print-ui-message-to-killfeed.md)
- [Print UI Message To Killfeed For Player](https://wiki.thescriptersguild.com/scripting/nodes/ui/print-ui-message-to-killfeed-for-player.md)
- [Print UI Message To Killfeed For Team](https://wiki.thescriptersguild.com/scripting/nodes/ui/print-ui-message-to-killfeed-for-team.md)
- [Push Splash To Player](https://wiki.thescriptersguild.com/scripting/nodes/ui/push-splash-to-player.md)
- [Remove Menu Item](https://wiki.thescriptersguild.com/scripting/nodes/ui/remove-menu-item.md)
- [Remove Menu Item At Index](https://wiki.thescriptersguild.com/scripting/nodes/ui/remove-menu-item-at-index.md)
- [Set Menu Item Property Description](https://wiki.thescriptersguild.com/scripting/nodes/ui/set-menu-item-property-description.md)
- [Set Menu Item Property Enabled](https://wiki.thescriptersguild.com/scripting/nodes/ui/set-menu-item-property-enabled.md)
- [Set Menu Item Property Icon](https://wiki.thescriptersguild.com/scripting/nodes/ui/set-menu-item-property-icon.md)
- [Set Menu Item Property Title](https://wiki.thescriptersguild.com/scripting/nodes/ui/set-menu-item-property-title.md)
- [Set Objective Banner For Player](https://wiki.thescriptersguild.com/scripting/nodes/ui/set-objective-banner-for-player.md)
- [Set Prompt Widget For Player](https://wiki.thescriptersguild.com/scripting/nodes/ui/set-prompt-widget-for-player.md)
- [Show Menu To Player](https://wiki.thescriptersguild.com/scripting/nodes/ui/show-menu-to-player.md)
- [UI Nav Markers](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers.md): Scripting nodes in the UI Nav Markers category on Halo Infinite.
- [Add Trigger Volume Docking](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/add-trigger-volume-docking.md)
- [Add Trigger Volume Visibility](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/add-trigger-volume-visibility.md)
- [Attach Nav Marker To Object](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/attach-nav-marker-to-object.md)
- [Clear All Visibility](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/clear-all-visibility.md)
- [Clear Distance Visibility](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/clear-distance-visibility.md)
- [Clear Nav Marker Progress Team](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/clear-nav-marker-progress-team.md)
- [Clear Nav Marker Text](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/clear-nav-marker-text.md)
- [Clear Nav Marker Team](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/clear-nav-marker-team.md)
- [Get Nav Marker Progress](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/get-nav-marker-progress.md)
- [Nav Marker](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/nav-marker.md)
- [Nav Marker Global](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/nav-marker-global.md)
- [Negate Line Of Sight To Object Center Visibility](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/negate-line-of-sight-to-object-center-visibility.md)
- [Negate Line Of Sight To Player Visibility](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/negate-line-of-sight-to-player-visibility.md)
- [Negate Player Distance Visibility](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/negate-player-distance-visibility.md)
- [Negate Player Docking](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/negate-player-docking.md)
- [Negate Player Visibility](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/negate-player-visibility.md)
- [Negate Sprinted Recently Visibility](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/negate-sprinted-recently-visibility.md)
- [Negate Team Distance Visibility](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/negate-team-distance-visibility.md)
- [Negate Team Docking](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/negate-team-docking.md)
- [Negate Team Visibility](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/negate-team-visibility.md)
- [Negate Trigger Volume Docking](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/negate-trigger-volume-docking.md)
- [Negate Trigger Volume Visibility](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/negate-trigger-volume-visibility.md)
- [Remove All Docking](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/remove-all-docking.md)
- [Remove All Player Filters](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/remove-all-player-filters.md)
- [Remove All Team Filters](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/remove-all-team-filters.md)
- [Remove All Trigger Volume Visibility](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/remove-all-trigger-volume-visibility.md)
- [Remove Line Of Sight To Object Center Visibility](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/remove-line-of-sight-to-object-center-visibility.md)
- [Remove Line Of Sight To Player Visibility](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/remove-line-of-sight-to-player-visibility.md)
- [Remove Player Docking](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/remove-player-docking.md)
- [Remove Player Visibility](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/remove-player-visibility.md)
- [Remove Sprinted Visibility](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/remove-sprinted-visibility.md)
- [Remove Team Docking](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/remove-team-docking.md)
- [Remove Team Offscreen Visibility](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/remove-team-offscreen-visibility.md)
- [Remove Team Visibility](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/remove-team-visibility.md)
- [Remove Took Damage Visibility](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/remove-took-damage-visibility.md)
- [Remove Trigger Volume Docking](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/remove-trigger-volume-docking.md)
- [Remove Trigger Volume From Docking](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/remove-trigger-volume-from-docking.md)
- [Remove Trigger Volume Visibility](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/remove-trigger-volume-visibility.md)
- [Reset Distance Visibility Params](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/reset-distance-visibility-params.md)
- [Set All Players Docking](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/set-all-players-docking.md)
- [Set Distance Visibility Params](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/set-distance-visibility-params.md)
- [Set Docking Order](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/set-docking-order.md)
- [Set Line Of Sight To Object Center Visibility](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/set-line-of-sight-to-object-center-visibility.md)
- [Set Line Of Sight To Player Visibility](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/set-line-of-sight-to-player-visibility.md)
- [Set Nav Marker Enabled](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/set-nav-marker-enabled.md)
- [Set Nav Marker Icon Advanced](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/set-nav-marker-icon-advanced.md)
- [Set Nav Marker Message](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/set-nav-marker-message.md)
- [Set Nav Marker Position](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/set-nav-marker-position.md)
- [Set Nav Marker Progress](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/set-nav-marker-progress.md)
- [Set Nav Marker Progress Team](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/set-nav-marker-progress-team.md)
- [Set Nav Marker Team](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/set-nav-marker-team.md)
- [Set Nav Marker Team Visibility](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/set-nav-marker-team-visibility.md)
- [Set Nav Marker Text](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/set-nav-marker-text.md)
- [Set Nav Marker Type](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/set-nav-marker-type.md)
- [Set Player Distance Visibility](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/set-player-distance-visibility.md)
- [Set Player Distance Visibility Params](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/set-player-distance-visibility-params.md)
- [Set Player Docking](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/set-player-docking.md)
- [Set Player Visibility](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/set-player-visibility.md)
- [Set Sprinted Visibility](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/set-sprinted-visibility.md)
- [Set Team Distance Visibility](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/set-team-distance-visibility.md)
- [Set Team Distance Visibility Params](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/set-team-distance-visibility-params.md)
- [Set Team Docking](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/set-team-docking.md)
- [Set Team Visibility](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/set-team-visibility.md)
- [Set Team Offscreen Visibility](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/set-team-offscreen-visibility.md)
- [Set Took Damage Visibility](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/set-took-damage-visibility.md)
- [Set Visibility Filter Type](https://wiki.thescriptersguild.com/scripting/nodes/ui-nav-markers/set-visibility-filter-type.md)
- [Units](https://wiki.thescriptersguild.com/scripting/nodes/units.md): Scripting nodes in the Units category on Halo Infinite.
- [Are Same Unit](https://wiki.thescriptersguild.com/scripting/nodes/units/are-same-unit.md)
- [Get All Units](https://wiki.thescriptersguild.com/scripting/nodes/units/get-all-units.md)
- [Get All Units On Team](https://wiki.thescriptersguild.com/scripting/nodes/units/get-all-units-on-team.md)
- [Get Is Airborne](https://wiki.thescriptersguild.com/scripting/nodes/units/get-is-airborne.md)
- [Get Is Camouflaged](https://wiki.thescriptersguild.com/scripting/nodes/units/get-is-camouflaged.md)
- [Get Is Detected](https://wiki.thescriptersguild.com/scripting/nodes/units/get-is-detected.md)
- [Get Is Detected By Team](https://wiki.thescriptersguild.com/scripting/nodes/units/get-is-detected-by-team.md)
- [Get Is In Knockback](https://wiki.thescriptersguild.com/scripting/nodes/units/get-is-in-knockback.md)
- [Get Random Unit](https://wiki.thescriptersguild.com/scripting/nodes/units/get-random-unit.md)
- [Get Unit Aiming Vector](https://wiki.thescriptersguild.com/scripting/nodes/units/get-unit-aiming-vector.md)
- [Get Unit FFA Allegiance](https://wiki.thescriptersguild.com/scripting/nodes/units/get-unit-ffa-allegiance.md)
- [Get Unit Team](https://wiki.thescriptersguild.com/scripting/nodes/units/get-unit-team.md)
- [Set Unit Camo](https://wiki.thescriptersguild.com/scripting/nodes/units/set-unit-camo.md)
- [Teleport Unit](https://wiki.thescriptersguild.com/scripting/nodes/units/teleport-unit.md)
- [Variables Advanced](https://wiki.thescriptersguild.com/scripting/nodes/variables-advanced.md): Scripting nodes in the Variables Advanced category on Halo Infinite.
- [Boolean Variable](https://wiki.thescriptersguild.com/scripting/nodes/variables-advanced/boolean-variable.md)
- [Equipment Type Variable](https://wiki.thescriptersguild.com/scripting/nodes/variables-advanced/equipment-type-variable.md)
- [Grenade Type Variable](https://wiki.thescriptersguild.com/scripting/nodes/variables-advanced/grenade-type-variable.md)
- [Menu Item Variable](https://wiki.thescriptersguild.com/scripting/nodes/variables-advanced/menu-item-variable.md)
- [Menu Variable](https://wiki.thescriptersguild.com/scripting/nodes/variables-advanced/menu-variable.md)
- [Number Variable](https://wiki.thescriptersguild.com/scripting/nodes/variables-advanced/number-variable.md)
- [Object List Variable](https://wiki.thescriptersguild.com/scripting/nodes/variables-advanced/object-list-variable.md)
- [Object Variable](https://wiki.thescriptersguild.com/scripting/nodes/variables-advanced/object-variable.md)
- [Squad Definition Variable](https://wiki.thescriptersguild.com/scripting/nodes/variables-advanced/squad-definition-variable.md)
- [Squad Variable](https://wiki.thescriptersguild.com/scripting/nodes/variables-advanced/squad-variable.md)
- [String Variable](https://wiki.thescriptersguild.com/scripting/nodes/variables-advanced/string-variable.md)
- [Team Variable](https://wiki.thescriptersguild.com/scripting/nodes/variables-advanced/team-variable.md)
- [UI Message Variable](https://wiki.thescriptersguild.com/scripting/nodes/variables-advanced/ui-message-variable.md)
- [User Label Variable](https://wiki.thescriptersguild.com/scripting/nodes/variables-advanced/user-label-variable.md)
- [Vector3 Variable](https://wiki.thescriptersguild.com/scripting/nodes/variables-advanced/vector3-variable.md)
- [Vehicle Type Variable](https://wiki.thescriptersguild.com/scripting/nodes/variables-advanced/vehicle-type-variable.md)
- [Wave Manager Variable](https://wiki.thescriptersguild.com/scripting/nodes/variables-advanced/wave-manager-variable.md)
- [Wave Variable](https://wiki.thescriptersguild.com/scripting/nodes/variables-advanced/wave-variable.md)
- [Weapon Type Variable](https://wiki.thescriptersguild.com/scripting/nodes/variables-advanced/weapon-type-variable.md)
- [Variables Basic](https://wiki.thescriptersguild.com/scripting/nodes/variables-basic.md): Scripting nodes in the Variables Basic category on Halo Infinite.
- [Area Monitor](https://wiki.thescriptersguild.com/scripting/nodes/variables-basic/area-monitor.md)
- [Boolean](https://wiki.thescriptersguild.com/scripting/nodes/variables-basic/boolean.md)
- [Equipment Type](https://wiki.thescriptersguild.com/scripting/nodes/variables-basic/equipment-type.md)
- [Grenade Type](https://wiki.thescriptersguild.com/scripting/nodes/variables-basic/grenade-type.md)
- [Identifier](https://wiki.thescriptersguild.com/scripting/nodes/variables-basic/identifier.md)
- [Menu Item](https://wiki.thescriptersguild.com/scripting/nodes/variables-basic/menu-item.md)
- [Number](https://wiki.thescriptersguild.com/scripting/nodes/variables-basic/number.md)
- [Object List](https://wiki.thescriptersguild.com/scripting/nodes/variables-basic/object-list.md)
- [Object Reference](https://wiki.thescriptersguild.com/scripting/nodes/variables-basic/object-reference.md)
- [String](https://wiki.thescriptersguild.com/scripting/nodes/variables-basic/string.md)
- [Team](https://wiki.thescriptersguild.com/scripting/nodes/variables-basic/team.md)
- [User Label](https://wiki.thescriptersguild.com/scripting/nodes/variables-basic/user-label.md)
- [Vector3](https://wiki.thescriptersguild.com/scripting/nodes/variables-basic/vector3.md)
- [Vehicle Type](https://wiki.thescriptersguild.com/scripting/nodes/variables-basic/vehicle-type.md)
- [Weapon Type](https://wiki.thescriptersguild.com/scripting/nodes/variables-basic/weapon-type.md)
- [Weapon Type, Combination](https://wiki.thescriptersguild.com/scripting/nodes/variables-basic/weapon-type-combination.md)
- [Variables Literals](https://wiki.thescriptersguild.com/scripting/nodes/variables-literals.md): Scripting nodes in the Variables Literals category on Halo Infinite.
- [Audio Zone Effect](https://wiki.thescriptersguild.com/scripting/nodes/variables-literals/audio-zone-effect.md)
- [Character Type](https://wiki.thescriptersguild.com/scripting/nodes/variables-literals/character-type.md)
- [Control State](https://wiki.thescriptersguild.com/scripting/nodes/variables-literals/control-state.md)
- [Game Mode](https://wiki.thescriptersguild.com/scripting/nodes/variables-literals/game-mode.md)
- [Label](https://wiki.thescriptersguild.com/scripting/nodes/variables-literals/label.md)
- [Medal](https://wiki.thescriptersguild.com/scripting/nodes/variables-literals/medal.md)
- [Movement Curve](https://wiki.thescriptersguild.com/scripting/nodes/variables-literals/movement-curve.md)
- [Respawn Message](https://wiki.thescriptersguild.com/scripting/nodes/variables-literals/respawn-message.md)
- [Scope](https://wiki.thescriptersguild.com/scripting/nodes/variables-literals/scope.md)
- [Species Type](https://wiki.thescriptersguild.com/scripting/nodes/variables-literals/species-type.md)
- [Weapon Addition Method](https://wiki.thescriptersguild.com/scripting/nodes/variables-literals/weapon-addition-method.md)
- [Vehicles](https://wiki.thescriptersguild.com/scripting/nodes/vehicles.md): Scripting nodes in the Vehicles category on Halo Infinite.
- [Are Same Vehicle Type](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/are-same-vehicle-type.md)
- [Attach Item To Razorback](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/attach-item-to-razorback.md)
- [Attempt To Enter Vehicle](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/attempt-to-enter-vehicle.md)
- [Detach Item From Razorback](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/detach-item-from-razorback.md)
- [Flip Vehicle](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/flip-vehicle.md)
- [Get Is Boarding](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/get-is-boarding.md)
- [Get Is Driving Vehicle](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/get-is-driving-vehicle.md)
- [Get Is Gunner In Vehicle](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/get-is-gunner-in-vehicle.md)
- [Get Is In Vehicle](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/get-is-in-vehicle.md)
- [Get Is Item In Razorback](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/get-is-item-in-razorback.md)
- [Get Is Overturned](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/get-is-overturned.md)
- [Get Is Passenger In Vehicle](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/get-is-passenger-in-vehicle.md)
- [Get Is Vehicle Type](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/get-is-vehicle-type.md)
- [Get Player Vehicle](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/get-player-vehicle.md)
- [Get Squared Vehicle Speed](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/get-squared-vehicle-speed.md)
- [Get Unit Vehicle](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/get-unit-vehicle.md)
- [Get Vehicle Driver](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/get-vehicle-driver.md)
- [Get Vehicle Enterable By Player](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/get-vehicle-enterable-by-player.md)
- [Get Vehicle Gunner](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/get-vehicle-gunner.md)
- [Get Vehicle Occupants](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/get-vehicle-occupants.md)
- [Get Vehicle Type](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/get-vehicle-type.md)
- [Kick Player From Vehicle](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/kick-player-from-vehicle.md)
- [Kick Unit From Vehicle](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/kick-unit-from-vehicle.md)
- [Scale And Destroy Vehicle](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/scale-and-destroy-vehicle.md)
- [Set Spawn In Vehicle For All Players](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/set-spawn-in-vehicle-for-all-players.md)
- [Set Spawn In Vehicle For Player](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/set-spawn-in-vehicle-for-player.md)
- [Set Vehicle Enterable By Player](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/set-vehicle-enterable-by-player.md)
- [Node Terminology](https://wiki.thescriptersguild.com/scripting/node-terminology.md): Terms used in nodes.
- [Bot Ambition](https://wiki.thescriptersguild.com/scripting/node-terminology/bot-ambition.md)
- [Bot Difficulty](https://wiki.thescriptersguild.com/scripting/node-terminology/bot-difficulty.md)
- [Character Type](https://wiki.thescriptersguild.com/scripting/node-terminology/character-type.md)
- [Control State](https://wiki.thescriptersguild.com/scripting/node-terminology/control-state.md)
- [Death Context](https://wiki.thescriptersguild.com/scripting/node-terminology/death-context.md)
- [Equipment Type](https://wiki.thescriptersguild.com/scripting/node-terminology/equipment-type.md)
- [Grenade Type](https://wiki.thescriptersguild.com/scripting/node-terminology/grenade-type.md)
- [Group Index](https://wiki.thescriptersguild.com/scripting/node-terminology/group-index.md)
- [Medal](https://wiki.thescriptersguild.com/scripting/node-terminology/medal.md)
- [Nav Marker Terms](https://wiki.thescriptersguild.com/scripting/node-terminology/nav-marker-terms.md)
- [Species](https://wiki.thescriptersguild.com/scripting/node-terminology/species.md)
- [Vehicle Type](https://wiki.thescriptersguild.com/scripting/node-terminology/vehicle-type.md)
- [Weapon Type](https://wiki.thescriptersguild.com/scripting/node-terminology/weapon-type.md)
- [Node Data](https://wiki.thescriptersguild.com/scripting/node-data.md): Technical data about the underlying functions of scripting nodes in Halo Infinite.
- [Connection Pins](https://wiki.thescriptersguild.com/scripting/node-data/connection-pins.md): Connection pins connect nodes together to supply data or initiate triggers.
- [Pin Data Reference](https://wiki.thescriptersguild.com/scripting/node-data/connection-pins/pin-data-reference.md)
- [Action Nodes](https://wiki.thescriptersguild.com/scripting/node-data/connection-pins/pin-data-reference/action-nodes.md)
- [AI Nodes](https://wiki.thescriptersguild.com/scripting/node-data/connection-pins/pin-data-reference/ai-nodes.md)
- [AI Toolkit Nodes](https://wiki.thescriptersguild.com/scripting/node-data/connection-pins/pin-data-reference/ai-toolkit-nodes.md)
- [Data Type Nodes](https://wiki.thescriptersguild.com/scripting/node-data/connection-pins/pin-data-reference/data-type-nodes.md)
- [Event Nodes](https://wiki.thescriptersguild.com/scripting/node-data/connection-pins/pin-data-reference/event-nodes.md)
- [Generic Nodes](https://wiki.thescriptersguild.com/scripting/node-data/connection-pins/pin-data-reference/generic-nodes.md)
- [Manipulation Nodes](https://wiki.thescriptersguild.com/scripting/node-data/connection-pins/pin-data-reference/manipulation-nodes.md)
- [Math Nodes](https://wiki.thescriptersguild.com/scripting/node-data/connection-pins/pin-data-reference/math-nodes.md)
- [Trait Nodes](https://wiki.thescriptersguild.com/scripting/node-data/connection-pins/pin-data-reference/trait-nodes.md)
- [Unit Nodes](https://wiki.thescriptersguild.com/scripting/node-data/connection-pins/pin-data-reference/unit-nodes.md)
- [Scriptable Objects](https://wiki.thescriptersguild.com/scripting/scriptable-objects.md): Objects in Halo Infinite that can interact and communicate functions to scripts running on the level.
- [Interactable Objects](https://wiki.thescriptersguild.com/scripting/scriptable-objects/interactable-objects.md)
- [Switches](https://wiki.thescriptersguild.com/scripting/scriptable-objects/interactable-objects/switches.md)
- [Power Sockets](https://wiki.thescriptersguild.com/scripting/scriptable-objects/interactable-objects/power-sockets.md)
- [Generic Game Mode Objects](https://wiki.thescriptersguild.com/scripting/scriptable-objects/generic-game-mode-objects.md)
- [Metadata and File Management](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management.md): Topics about user-generated content and working with files in Halo Infinite.
- [Content Interface and Controls](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/content-interface-and-controls.md)
- [Play Interface](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/content-interface-and-controls/play-interface.md)
- [Maps Interface](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/content-interface-and-controls/maps-interface.md)
- [Details Interface](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/content-interface-and-controls/details-interface.md)
- [Working with Files](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/working-with-files.md)
- [File Name](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/working-with-files/file-name.md)
- [File Description](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/working-with-files/file-description.md)
- [File Tags](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/working-with-files/file-tags.md)
- [File Screenshots](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/working-with-files/file-screenshots.md)
- [File Collaborators](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/working-with-files/file-collaborators.md)
- [File Credits](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/working-with-files/file-credits.md)
- [Removing a User From the File Credits](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/working-with-files/file-credits/removing-a-user-from-the-file-credits.md)
- [Editing Mode Options](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/working-with-files/editing-mode-options.md)
- [Version Management](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/working-with-files/version-management.md): Options available to the user regarding a version of a file.
- [Copy Protection and Saving a Copy](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/working-with-files/version-management/copy-protection-and-saving-a-copy.md)
- [Publishing a File](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/working-with-files/version-management/publishing-a-file.md)
- [Bookmarking a File](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/working-with-files/version-management/bookmarking-a-file.md)
- [Rating a File](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/working-with-files/version-management/rating-a-file.md)
- [Locking File Versions](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/working-with-files/version-management/locking-file-versions.md)
- [Deleting a File or Version](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/working-with-files/version-management/deleting-a-file-or-version.md)
- [Prefabs](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/prefabs.md): Prefabs are object groups that can be saved and shared to other users in Halo Infinite.
- [Object Prefabs](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/prefabs/object-prefabs.md)
- [Mode Prefabs](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/prefabs/mode-prefabs.md)
- [Content Browser](https://wiki.thescriptersguild.com/ugc/content-browser.md): Topics about the different categories of files that can be found on the built-in UGC browser on Halo Infinite.
- [Browse All](https://wiki.thescriptersguild.com/ugc/content-browser/browse-all.md)
- [Recommended](https://wiki.thescriptersguild.com/ugc/content-browser/recommended.md)
- [Popular Files](https://wiki.thescriptersguild.com/ugc/content-browser/popular-files.md)
- [Multiplayer](https://wiki.thescriptersguild.com/ugc/multiplayer.md): Topics about user-hosted multiplayer gameplay in Halo Infinite.
- [Custom Games](https://wiki.thescriptersguild.com/ugc/multiplayer/custom-games.md)
- [Customs Browser](https://wiki.thescriptersguild.com/ugc/multiplayer/customs-browser.md)
- [Bot Backfill](https://wiki.thescriptersguild.com/ugc/multiplayer/bot-backfill.md)
- [Stat Tracking Services](https://wiki.thescriptersguild.com/ugc/multiplayer/stat-tracking-services.md): Various community stat tracking services for Halo Infinite matchmaking and custom games.
- [Theater](https://wiki.thescriptersguild.com/ugc/theater.md): Topics about using the theater tool in Halo Infinite to watch replays of past matches.
- [Finding Films](https://wiki.thescriptersguild.com/ugc/theater/finding-films.md)
- [Watching Films](https://wiki.thescriptersguild.com/ugc/theater/watching-films.md)
- [Theater Controls and Menus](https://wiki.thescriptersguild.com/ugc/theater/watching-films/theater-controls-and-menus.md)
- [Forge](https://wiki.thescriptersguild.com/knowledge/forge.md): Forge-related guides and knowledge for Halo Infinite from the Halo community.
- [Guides and Info](https://wiki.thescriptersguild.com/knowledge/forge/guides-and-info.md): Tips and Tricks for Halo Infinite's Forge tool that the Halo community has discovered and compiled.
- [Letter A Decal as a Blocker Object](https://wiki.thescriptersguild.com/knowledge/forge/guides-and-info/letter-a-decal-as-a-blocker-object.md)
- [Colored Boundaries](https://wiki.thescriptersguild.com/knowledge/forge/guides-and-info/colored-boundaries.md)
- [Pelican Drops on Forge maps](https://wiki.thescriptersguild.com/knowledge/forge/guides-and-info/pelican-drops-on-forge-maps.md): How to implement functional Pelican Drops on Forge maps using specific object properties and Firefight mode settings.
- [Reserving Budget For Gameplay Objects](https://wiki.thescriptersguild.com/knowledge/forge/guides-and-info/reserving-budget-for-gameplay-objects.md)
- [Volumetric Fog Affects Brightness of Light Cones](https://wiki.thescriptersguild.com/knowledge/forge/guides-and-info/volumetric-fog-affects-brightness-of-light-cones.md)
- [Chain Link Fences](https://wiki.thescriptersguild.com/knowledge/forge/guides-and-info/chain-link-fences.md)
- [A Chunk's Guide to Level Design](https://wiki.thescriptersguild.com/knowledge/forge/guides-and-info/a-chunks-guide-to-level-design.md)
- [Using The Canvas Bounds as a Soft Containment Measure](https://wiki.thescriptersguild.com/knowledge/forge/guides-and-info/using-the-canvas-bounds-as-a-soft-containment-measure.md)
- [Forging On a Controller](https://wiki.thescriptersguild.com/knowledge/forge/guides-and-info/forging-on-a-controller.md)
- [Forging On a Mouse and Keyboard](https://wiki.thescriptersguild.com/knowledge/forge/guides-and-info/forging-on-a-mouse-and-keyboard.md)
- [Map Performance Optimizations](https://wiki.thescriptersguild.com/knowledge/forge/guides-and-info/map-performance-optimizations.md)
- [Creating Realistic Lighting](https://wiki.thescriptersguild.com/knowledge/forge/guides-and-info/creating-realistic-lighting.md)
- [Art Techniques, Brick](https://wiki.thescriptersguild.com/knowledge/forge/guides-and-info/art-techniques-brick.md)
- [Art Techniques, Forerunner](https://wiki.thescriptersguild.com/knowledge/forge/guides-and-info/art-techniques-forerunner.md)
- [MP vs Non-MP Objects](https://wiki.thescriptersguild.com/knowledge/forge/guides-and-info/mp-vs-non-mp-objects.md)
- [Object Level of Detail](https://wiki.thescriptersguild.com/knowledge/forge/guides-and-info/object-level-of-detail.md)
- [Applying Identical Positional Data Between Objects](https://wiki.thescriptersguild.com/knowledge/forge/guides-and-info/applying-identical-positional-data-between-objects.md)
- [Fixed vs Phased Physics](https://wiki.thescriptersguild.com/knowledge/forge/guides-and-info/fixed-vs-phased-physics.md)
- [Using Boundaries to Visualize Object Placement](https://wiki.thescriptersguild.com/knowledge/forge/guides-and-info/using-boundaries-to-visualize-object-placement.md)
- [Forge Workflow Tips](https://wiki.thescriptersguild.com/knowledge/forge/guides-and-info/forge-workflow-tips.md)
- [Mitigating Z-Fighting With Objects](https://wiki.thescriptersguild.com/knowledge/forge/guides-and-info/mitigating-z-fighting-with-objects.md)
- [Bugs](https://wiki.thescriptersguild.com/knowledge/forge/bugs.md): Bugs that the Halo community has discovered in Halo Infinite's Forge tool.
- [0.7 Degree Rotation Bug](https://wiki.thescriptersguild.com/knowledge/forge/bugs/0.7-degree-rotation-bug.md)
- [Incorrect Object Visual Model Scaling Bug](https://wiki.thescriptersguild.com/knowledge/forge/bugs/incorrect-object-visual-model-scaling-bug.md)
- [Static Universal Blockers Have Inconsistent Collision With Gamemode Objects](https://wiki.thescriptersguild.com/knowledge/forge/bugs/static-universal-blockers-have-inconsistent-collision-with-gamemode-objects.md)
- [Interaction With Small Objects That Have a Complex Collision Mesh Causes Performance Loss](https://wiki.thescriptersguild.com/knowledge/forge/bugs/interaction-with-small-objects-that-have-a-complex-collision-mesh-causes-performance-loss.md)
- [Broken Precision Movement](https://wiki.thescriptersguild.com/knowledge/forge/bugs/broken-precision-movement.md)
- [Welded Prefab Bugs](https://wiki.thescriptersguild.com/knowledge/forge/bugs/welded-prefab-bugs.md): Bugs surrounding the use of Welded Prefabs
- [Exploits](https://wiki.thescriptersguild.com/knowledge/forge/exploits.md): Exploits that the Halo community has discovered in Halo Infinite's Forge tool.
- [Bypassing 150-Object Prefab Limit](https://wiki.thescriptersguild.com/knowledge/forge/exploits/bypassing-150-object-prefab-limit.md)
- [Bypassing Object Scaling Limits](https://wiki.thescriptersguild.com/knowledge/forge/exploits/bypassing-object-scaling-limits.md)
- [Bypassing Copy Protection](https://wiki.thescriptersguild.com/knowledge/forge/exploits/bypassing-copy-protection.md)
- [Forge via Custom Game (UCN)](https://wiki.thescriptersguild.com/knowledge/forge/exploits/forge-via-custom-game-ucn.md): Using Forge via a Custom Game lobby rather than a Forge lobby, allowing you to load and explore files in a Forge environment without access to saving.
- [Using "nan" as the Value Instead of a Number](https://wiki.thescriptersguild.com/knowledge/forge/exploits/using-nan-as-the-value-instead-of-a-number.md)
- [Applying Inaccessible Object Properties](https://wiki.thescriptersguild.com/knowledge/forge/exploits/applying-inaccessible-object-properties.md)
- [Scripting](https://wiki.thescriptersguild.com/knowledge/scripting.md): Scripting-related guides and knowledge for Halo Infinite from the Halo community.
- [Guides and Info](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info.md): Tips and Tricks for scripting in Halo Infinite that the Halo community has discovered and compiled.
- [Creating an Equipment Object Reference with Mode Scripting](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/creating-an-equipment-object-reference-with-mode-scripting.md): Learn how to generate equipment object references within Mode Scripting to spawn equipment at arbitrary positions on any map.
- [Find Desired Amount of Furthest Away Objects From Each Other](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/find-desired-amount-of-furthest-away-objects-from-each-other.md): A method for selecting a specific number of objects that maintain maximum spacing from one another using a spatial sampling algorithm.
- [Granting Four Weapons to Players](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/granting-four-weapons-to-players.md): Expand player inventory to a maximum of four weapons by using the Fists weapon and specific animation-triggering scripting patterns.
- [Gravity Hammer Swing Detection](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/gravity-hammer-swing-detection.md): A method for detecting Gravity Hammer swings using weapon rotation and simulated ammo depletion.
- [Line of Sight (LoS) Within Proximity to Enemy](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/line-of-sight-los-within-proximity-to-enemy.md): A technique for checking if an enemy is both visible and within a specific range of the player using raycasting.
- [Make Object Follow Player While in Zone](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/make-object-follow-player-while-in-zone.md): Learn how to implement a system that moves objects toward players who enter a designated zone using continuous velocity.
- [Node Pin Has Too Many Connections Error](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/node-pin-has-too-many-connections-error.md): Explains how to identify and fix the "Node Pin Has Too Many Connections" error caused by duplicate connections.
- [Patterns](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/patterns.md)
- [Telefragging](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/patterns/telefragging.md): Putting players in the respawn loop without triggering a death event by sending them so far out of bounds the game resets their biped.
- [Checking Object Types](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/patterns/patterns-checking-object-types.md)
- [Deleting Dropped Weapons Using Scripts](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/patterns/deleting-dropped-weapons-using-scripts.md)
- [For N Iterations Stack](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/patterns/for-n-iterations-stack.md)
- [Sending Fusion Coils Directly to Player's Hands](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/patterns/sending-fusion-coils-directly-to-players-hands.md)
- [How to kill Players With Scripts](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/patterns/how-to-kill-players-with-scripts.md)
- [Mutate vs. Non-Mutate](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/patterns/node-operations-mutate-vs.-non-mutate.md)
- [Object Duplication Exploit](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/patterns/halo-infinite-object-duplication-exploit.md)
- [Object Pools](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/patterns/object-pools.md)
- [Pub-Sub](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/patterns/using-pub-sub-for-scripting-in-halo-infinites-forge-mode.md)
- [Referencing Thrown Grenades](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/patterns/referencing-thrown-grenades.md)
- [Removing Nav Markers](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/patterns/removing-nav-markers.md)
- [Spawning Players in Vehicles](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/patterns/spawning-players-in-vehicles.md)
- [Creating a Spherical Boundary](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/patterns/creating-a-spherical-boundary.md)
- [Linking Multiple Switches to the same On Interacted Event](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/patterns/linking-multiple-switches-to-the-same-on-interacted-event.md)
- [Recursive Functions](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/patterns/recursive-functions.md)
- [Polling Player Health](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/patterns/polling-player-health.md)
- [Managing Nav Markers](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/patterns/managing-nav-markers.md)
- [Using Custom Events and Variables Across Mode and Script Brains](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/patterns/using-custom-events-and-variables-across-mode-and-script-brains.md)
- [Restore Player Shield Instantly](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/restore-player-shield-instantly.md): Use the Set Player Overshield node with a 0.00 Percent Shield value to immediately restore a player's shield to maximum.
- [UI Nav Markers Must Be Enabled Each Round](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/ui-nav-markers-must-be-enabled-each-round.md): UI Nav Markers must be re-enabled with the Set Nav Marker Enabled node at the start of every round.
- [Variables](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/variables.md)
- [Object Lists](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/variables/object-lists.md)
- [Understanding Scope](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/variables/understanding-scope.md)
- [Transforms](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/transforms.md)
- [Object Forward and Up Vectors](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/transforms/object-forward-and-up-vectors.md)
- [Traits - Players](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/traits-players.md)
- [Shields](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/traits-players/shields.md)
- [Traits](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/traits-players/traits.md)
- [Equipment](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/equipment.md)
- [Cancelling Custom Equipment Animation](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/equipment/cancelling-custom-equipment-animation.md)
- [Area Monitors](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/area-monitors.md): Area Monitors are a versatile tool that can be used in a variety of scenarios to trigger events, monitor objects, and manage audio.
- [Bots](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/bots.md)
- [Video Tutorials](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/video-tutorials.md)
- [Weapon Combinations](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/weapon-combinations.md)
- [Bugs](https://wiki.thescriptersguild.com/knowledge/scripting/bugs.md): Bugs that the Halo community has discovered in Halo Infinite's Forge scripting tools.
- ["Killed Unit Position" Pin in On AI Unit Killed Node is Scaled 10x Smaller](https://wiki.thescriptersguild.com/knowledge/scripting/bugs/killed-unit-position-pin-in-on-ai-unit-killed-node-is-scaled-10x-smaller.md): The Killed Unit Position pin in the On AI Unit Killed node outputs coordinates that are 10x smaller than standard Forge coordinates.
- [Get Objects In Prefab Node Returns Only Parent Object](https://wiki.thescriptersguild.com/knowledge/scripting/bugs/get-objects-in-prefab-node-returns-only-parent-object.md): In Custom Games, retrieving objects via the Get Objects In Prefab node may only affect the parent object instead of all constituent parts. A simple fix is available.
- [Invisible Nodes or Connections](https://wiki.thescriptersguild.com/knowledge/scripting/bugs/invisible-nodes-or-connections.md)
- [Unpredictable Node Selection Movement](https://wiki.thescriptersguild.com/knowledge/scripting/bugs/unpredictable-node-selection-movement.md)
- [Exploits](https://wiki.thescriptersguild.com/knowledge/scripting/exploits.md): Exploits that the Halo community has discovered in Halo Infinite's Forge scripting tools.
- [UGC](https://wiki.thescriptersguild.com/knowledge/ugc.md): UGC-related guides and knowledge for Halo Infinite from the Halo community.
- [Guides and Info](https://wiki.thescriptersguild.com/knowledge/ugc/guides-and-info.md): Tips and Tricks surrounding Halo Infinite's User-Generated Content that the Halo community has discovered and compiled.
- [Gathering Players in Open Lobbies](https://wiki.thescriptersguild.com/knowledge/ugc/guides-and-info/gathering-players-in-open-lobbies.md)
- [Handling Level Files](https://wiki.thescriptersguild.com/knowledge/ugc/guides-and-info/handling-level-files.md): Best practices for handling your level files.
- [Handling Seemingly Corrupt File Versions](https://wiki.thescriptersguild.com/knowledge/ugc/guides-and-info/handling-issues-with-seemingly-corrupt-file-versions.md)
- [Saving an Entire Map Using Prefabs](https://wiki.thescriptersguild.com/knowledge/ugc/guides-and-info/saving-an-entire-map-using-prefabs.md)
- [Bugs](https://wiki.thescriptersguild.com/knowledge/ugc/bugs.md): Bugs that the Halo community has discovered surrounding Halo Infinite's User-Generated Content.
- [Session Timeout Required for Adding Prefab Screenshots](https://wiki.thescriptersguild.com/knowledge/ugc/bugs/session-timeout-required-for-adding-prefab-screenshots.md)
- [Bookmarked Films Do Not Fetch Info Correctly](https://wiki.thescriptersguild.com/knowledge/ugc/bugs/bookmarked-films-do-not-fetch-info-correctly.md)
- [Mode Option Changes Stay Cached Until Game Reset](https://wiki.thescriptersguild.com/knowledge/ugc/bugs/mode-option-changes-stay-cached-until-game-reset.md)
- [Inability to Start a Session](https://wiki.thescriptersguild.com/knowledge/ugc/bugs/inability-to-start-a-session.md)
- [Bookmarked Files Stay On The Latest Published Version At The Time Of Bookmark](https://wiki.thescriptersguild.com/knowledge/ugc/bugs/bookmarked-files-stay-on-the-latest-published-version-at-the-time-of-bookmark.md)
- [Exploits](https://wiki.thescriptersguild.com/knowledge/ugc/exploits.md): Exploits that the Halo community has discovered surrounding Halo Infinite's User-Generated Content.
- [Creating Single-Object Prefabs](https://wiki.thescriptersguild.com/knowledge/ugc/exploits/creating-single-object-prefabs.md)
- [Loading Into Unpublished Maps](https://wiki.thescriptersguild.com/knowledge/ugc/exploits/loading-into-unpublished-maps.md)
- [Watching Any Film](https://wiki.thescriptersguild.com/knowledge/ugc/exploits/watching-any-film.md)
- [Content](https://wiki.thescriptersguild.com/community/content.md): Highlighted content from the Halo community.
- [Map/Mode Setup](https://wiki.thescriptersguild.com/community/content/map-mode-setup.md): A collection of tools created by the Halo community that help with setting up a map or mode in Halo Infinite.
- [tsg gamemodes](https://wiki.thescriptersguild.com/community/content/map-mode-setup/tsg-gamemodes.md)
- [tsg sandbox](https://wiki.thescriptersguild.com/community/content/map-mode-setup/tsg-sandbox.md)
- [tsg mapSetup](https://wiki.thescriptersguild.com/community/content/map-mode-setup/tsg-mapsetup.md)
- [tsg infectionSetup](https://wiki.thescriptersguild.com/community/content/map-mode-setup/tsg-infectionsetup.md)
- [tsg globalReflection](https://wiki.thescriptersguild.com/community/content/map-mode-setup/tsg-globalreflection.md)
- [tsg navCutters](https://wiki.thescriptersguild.com/community/content/map-mode-setup/tsg-navcutters.md): A prefab used to block all 27 invisible Backup Spawn Points on any Forge canvas so they can't spread Nav Mesh.
- [tsg outroCameraRig](https://wiki.thescriptersguild.com/community/content/map-mode-setup/tsg-outrocamerarig.md)
- [tsg hiddenNamedLocations](https://wiki.thescriptersguild.com/community/content/map-mode-setup/tsg-hiddennamedlocations.md)
- [tsg init](https://wiki.thescriptersguild.com/community/content/map-mode-setup/tsg-init.md): Boilerplate code for quick-starting and streamlining scripting projects. Append, modify, and prune the code as needed. Some is just there to copy from and shouldn't be left in final projects.
- [Debug Tools](https://wiki.thescriptersguild.com/community/content/debug-tools.md): A collection of tools created by the Halo community that help with finding bugs or flaws on Forge maps in Halo Infinite that might otherwise go unnoticed.
- [tsg botDebug](https://wiki.thescriptersguild.com/community/content/debug-tools/tsg-botdebug.md)
- [tsg mapDebug](https://wiki.thescriptersguild.com/community/content/debug-tools/tsg-mapdebug.md)
- [tsg respawnDebug](https://wiki.thescriptersguild.com/community/content/debug-tools/tsg-respawndebug.md)
- [tsg lightingDebug](https://wiki.thescriptersguild.com/community/content/debug-tools/tsg-lightingdebug.md)
- [tsg audioDebug](https://wiki.thescriptersguild.com/community/content/debug-tools/tsg-audiodebug.md)
- [Scripting Tools](https://wiki.thescriptersguild.com/community/content/scripting-tools.md): A collection of tools created by the Halo community that help with scripting in Halo Infinite.
- [tsg pivot](https://wiki.thescriptersguild.com/community/content/scripting-tools/tsg-pivot.md): A library script for parenting multiple objects to a pivot, allowing for synchronized movement and rotation relative to a parent object.
- [tsg radial](https://wiki.thescriptersguild.com/community/content/scripting-tools/tsg-radial.md): Documentation about the features and usage of the tsg radial template used to create Radial Menus.
- [tsg ai totems and kill tokens](https://wiki.thescriptersguild.com/community/content/scripting-tools/tsg-ai-totems-and-kill-tokens.md): Track information about AI units and reference it after death. Example code spawns tokens per enemy type at death location that players can pick up.
- [Assets and Kits](https://wiki.thescriptersguild.com/community/content/assets-and-kits.md): A collection of assets and kits created by the Halo community that can be used as drag-and-drop features or general references.
- [Conveyor Belt Push](https://wiki.thescriptersguild.com/community/content/assets-and-kits/conveyor-belt-push.md): Methods for creating conveyor belt movement that interacts with players and physics objects.
- [tsg botsDriveVehicles](https://wiki.thescriptersguild.com/community/content/assets-and-kits/tsg-botsdrivevehicles.md)
- [tsg grantVehicleWeapon](https://wiki.thescriptersguild.com/community/content/assets-and-kits/tsg-grantvehicleweapon.md): A script module that assigns custom weapons to vehicles, including automatic turret assignment for Warthogs and Rockethogs.
- [tsg haloRing](https://wiki.thescriptersguild.com/community/content/assets-and-kits/tsg-haloring.md)
- [tsg onVehicleHonk](https://wiki.thescriptersguild.com/community/content/assets-and-kits/tsg-onvehiclehonk.md): A script module for detecting vehicle honks or firing actions without causing unintended weapon side effects.
- [TSG Tornado](https://wiki.thescriptersguild.com/community/content/assets-and-kits/tsg-tornado.md): A plug-and-play script for Halo Infinite that creates a tornado effect by pulling, spinning, and lifting objects within an area monitor.
- [tsg unarmedFists](https://wiki.thescriptersguild.com/community/content/assets-and-kits/tsg-unarmedfists.md)
- [All Placeable Objects Gallery](https://wiki.thescriptersguild.com/community/content/assets-and-kits/all-placeable-objects-gallery.md)
- [tsg hackSwitch](https://wiki.thescriptersguild.com/community/content/assets-and-kits/tsg-hackswitch.md): Documentation about the features and usage of the tsg hackSwitch prefab variants.
- [tsg lootCaves](https://wiki.thescriptersguild.com/community/content/assets-and-kits/tsg-lootcaves.md): Documentation about the features and usage of the tsg lootCaves prefab.
- [Modes](https://wiki.thescriptersguild.com/community/content/modes.md): A collection of custom modes created by the Halo community for Halo Infinite.
- [HALOTAT](https://wiki.thescriptersguild.com/community/content/modes/halotat.md): A fast-paced, best-of-three round combat mode for Halo Infinite inspired by STRAFTAT.
- [Fiesta++](https://wiki.thescriptersguild.com/community/content/modes/fiesta++.md)
- [Thicc Raid](https://wiki.thescriptersguild.com/community/content/modes/fiesta++/thicc-raid.md)
- [Kill Confirmed](https://wiki.thescriptersguild.com/community/content/modes/kill-confirmed.md)
- [Tag-N-Bag](https://wiki.thescriptersguild.com/community/content/modes/kill-confirmed/tag-n-bag.md)
- [Headhunter](https://wiki.thescriptersguild.com/community/content/modes/headhunter.md)
- [Conquest](https://wiki.thescriptersguild.com/community/content/modes/conquest.md)
- [Havens](https://wiki.thescriptersguild.com/community/content/modes/havens.md)
- [Sportsball](https://wiki.thescriptersguild.com/community/content/modes/sportsball.md)
- [Warzone Fiesta](https://wiki.thescriptersguild.com/community/content/modes/warzone-fiesta.md)
- [Supported Maps](https://wiki.thescriptersguild.com/community/content/modes/warzone-fiesta/supported-maps.md): Maps with full support for Warzone Fiesta
- [Bot Backfill Modes](https://wiki.thescriptersguild.com/community/content/modes/bot-backfill-modes.md)
- [Mode Functionality Test Modes](https://wiki.thescriptersguild.com/community/content/modes/mode-functionality-test-modes.md)
- [Multi-Team Modes](https://wiki.thescriptersguild.com/community/content/modes/multi-team-modes.md)
- [Slipspace Arena](https://wiki.thescriptersguild.com/community/content/modes/slipspace-arena.md)
- [4v4 Stockpile](https://wiki.thescriptersguild.com/community/content/modes/4v4-stockpile.md): How to set up a level to support 4v4 Stockpile.
- [External Resources](https://wiki.thescriptersguild.com/community/content/external-resources.md): Resources outside of Halo Infinite Forge, but relevant to Forgers.
- [Other Halo/Forge Wikis](https://wiki.thescriptersguild.com/community/content/external-resources/other-halo-forge-wikis.md)
- [Misc Content](https://wiki.thescriptersguild.com/community/content/misc-content.md): Miscellaneous content from the Halo community.
- [Getting a Map In Matchmaking](https://wiki.thescriptersguild.com/community/content/misc-content/getting-a-map-in-matchmaking.md)
- [Matchmaking Forger Discord Server](https://wiki.thescriptersguild.com/community/content/misc-content/getting-a-map-in-matchmaking/matchmaking-forger-discord-server.md)
- [Invalid Flagged Strings](https://wiki.thescriptersguild.com/community/content/misc-content/invalid-flagged-strings.md)
- [Survive The Undead Strategy Guide](https://wiki.thescriptersguild.com/community/content/misc-content/survive-the-undead-strategy-guide.md): A guide for reaching high scores and surviving for longer in the community-made mode Survive The Undead on Halo Infinite.
- [The Scripter's Guild](https://wiki.thescriptersguild.com/community/the-scripters-guild.md): Information about what The Scripter's Guild is and how it came to be.
- [Contributing to TSG Forge Wiki](https://wiki.thescriptersguild.com/community/contributing-to-tsg-forge-wiki.md): Information about how to contribute to the TSG Forge Wiki.
- [Submitting Content to the Wiki](https://wiki.thescriptersguild.com/community/contributing-to-tsg-forge-wiki/submitting-content-to-the-wiki.md): How to contribute to the addition of content to the Wiki and how to create meaningful pull requests so articles can seamlessly be integrated into the Wiki.
- [Style Guide](https://wiki.thescriptersguild.com/community/contributing-to-tsg-forge-wiki/style-guide.md): A style guide to reference and copy blocks from when writing an article for the TSG Forge Wiki.
- [Folder template](https://wiki.thescriptersguild.com/community/contributing-to-tsg-forge-wiki/folder-template.md): Shortly describe in this description field what articles this folder is about.
- [Article Template](https://wiki.thescriptersguild.com/community/contributing-to-tsg-forge-wiki/folder-template/article-template.md): Shortly describe the topic in this description field and what the main purpose of the thing being discussed is.
- [Article Template (No Explanation Text)](https://wiki.thescriptersguild.com/community/contributing-to-tsg-forge-wiki/folder-template/article-template-no-explanation-text.md): x
- [Discord Message Article Template](https://wiki.thescriptersguild.com/community/contributing-to-tsg-forge-wiki/folder-template/discord-message-article-template.md): An article template to copy into a Discord message that follows similar Markdown formatting that TSG Forge Wiki uses.
- [TODO](https://wiki.thescriptersguild.com/community/contributing-to-tsg-forge-wiki/todo.md): A stash for temporary content that needs to be processed for inclusion in the wiki.
- [Blank page](https://wiki.thescriptersguild.com/community/contributing-to-tsg-forge-wiki/todo/blank-page.md): A blank page created in order to keep the TODO page a folder in GitBook formatting.
- [Blender2Forge Printer (B2FP)](https://wiki.thescriptersguild.com/external-tools/blender2forge-printer-b2fp.md): Information about the Blender2Forge Printer.
- [Installation](https://wiki.thescriptersguild.com/external-tools/blender2forge-printer-b2fp/installation.md)
- [Tutorials](https://wiki.thescriptersguild.com/external-tools/blender2forge-printer-b2fp/tutorials.md)
- ["Prefabs" via MACHIN3tools](https://wiki.thescriptersguild.com/external-tools/blender2forge-printer-b2fp/tutorials/prefabs-via-machin3tools.md)
- [InfiniteMITM](https://wiki.thescriptersguild.com/external-tools/infinitemitm.md)
- [InfiniteUGCTool](https://wiki.thescriptersguild.com/external-tools/infiniteugctool.md)
- [Infinite Runtime Tag Viewer](https://wiki.thescriptersguild.com/external-tools/infinite-runtime-tag-viewer.md)
- [READ ME!](https://wiki.thescriptersguild.com/legacy-halo/read-me.md)
- [Halo 5](https://wiki.thescriptersguild.com/legacy-halo/halo-5.md)
- [Forge](https://wiki.thescriptersguild.com/legacy-halo/halo-5/forge.md)
- [Cubemaps](https://wiki.thescriptersguild.com/legacy-halo/halo-5/forge/cubemaps.md)
- [Scripting](https://wiki.thescriptersguild.com/legacy-halo/halo-5/scripting.md): Scripting is a type of user-level object manipulation, first featured in Halo 2: Anniversary, and included with Forge in the Infinity's Armory update to Halo 5: Guardians. It reappeared in the Windows
- [Conditions](https://wiki.thescriptersguild.com/legacy-halo/halo-5/scripting/conditions.md)
- [Actions](https://wiki.thescriptersguild.com/legacy-halo/halo-5/scripting/actions.md)
- [Numbers](https://wiki.thescriptersguild.com/legacy-halo/halo-5/scripting/numbers.md)
- [Selection Filters](https://wiki.thescriptersguild.com/legacy-halo/halo-5/scripting/selection-filters.md)
- [Guides & Tutorials](https://wiki.thescriptersguild.com/legacy-halo/halo-5/guides-and-tutorials.md)
- [Forge](https://wiki.thescriptersguild.com/legacy-halo/halo-5/guides-and-tutorials/forge.md)
- [Articles](https://wiki.thescriptersguild.com/legacy-halo/halo-5/guides-and-tutorials/forge/articles.md)
- [Videos](https://wiki.thescriptersguild.com/legacy-halo/halo-5/guides-and-tutorials/forge/videos.md)
- [Scripting](https://wiki.thescriptersguild.com/legacy-halo/halo-5/guides-and-tutorials/scripting.md)
- [Articles](https://wiki.thescriptersguild.com/legacy-halo/halo-5/guides-and-tutorials/scripting/articles.md)
- [Game Mode Design](https://wiki.thescriptersguild.com/legacy-halo/halo-5/guides-and-tutorials/scripting/articles/game-mode-design.md)
- [Videos](https://wiki.thescriptersguild.com/legacy-halo/halo-5/guides-and-tutorials/scripting/videos.md): Scripting tips and tricks that maximize what is possible in Halo 5 Forge are being discovered every day. Find here some of the most comprehensive informational and tutorials articles and videos that s
- [Halo 4](https://wiki.thescriptersguild.com/legacy-halo/halo-4.md)
- [Forge](https://wiki.thescriptersguild.com/legacy-halo/halo-4/forge.md)
- [Lighting](https://wiki.thescriptersguild.com/legacy-halo/halo-4/forge/lighting.md)
- [Guides & Tutorials](https://wiki.thescriptersguild.com/legacy-halo/halo-4/guides-and-tutorials.md)
- [Articles](https://wiki.thescriptersguild.com/legacy-halo/halo-4/guides-and-tutorials/articles.md)
- [Game Mode Set Up](https://wiki.thescriptersguild.com/legacy-halo/halo-4/guides-and-tutorials/articles/game-mode-set-up.md)
- [Videos](https://wiki.thescriptersguild.com/legacy-halo/halo-4/guides-and-tutorials/videos.md)
- [Halo Reach](https://wiki.thescriptersguild.com/legacy-halo/halo-reach.md)
- [Forge](https://wiki.thescriptersguild.com/legacy-halo/halo-reach/forge.md)
- [Spawning](https://wiki.thescriptersguild.com/legacy-halo/halo-reach/forge/spawning.md)
- [Tagging](https://wiki.thescriptersguild.com/legacy-halo/halo-reach/forge/tagging.md)
- [Unorthodox Tagging](https://wiki.thescriptersguild.com/legacy-halo/halo-reach/forge/tagging/unorthodox-tagging.md)
- [Visual Aides](https://wiki.thescriptersguild.com/legacy-halo/halo-reach/forge/import-pending.md)
- [Guides & Tutorials](https://wiki.thescriptersguild.com/legacy-halo/halo-reach/guides-and-tutorials.md)
- [Articles](https://wiki.thescriptersguild.com/legacy-halo/halo-reach/guides-and-tutorials/articles.md)
- [Videos](https://wiki.thescriptersguild.com/legacy-halo/halo-reach/guides-and-tutorials/videos.md)
- [Halo 3](https://wiki.thescriptersguild.com/legacy-halo/halo-3.md)
- [Forge](https://wiki.thescriptersguild.com/legacy-halo/halo-3/forge.md)
- [Guides & Tutorials](https://wiki.thescriptersguild.com/legacy-halo/halo-3/guides-and-tutorials.md)
- [Articles](https://wiki.thescriptersguild.com/legacy-halo/halo-3/guides-and-tutorials/articles.md)
- [Budget Glitch](https://wiki.thescriptersguild.com/legacy-halo/halo-3/guides-and-tutorials/articles/budget-glitch.md)
- [Videos](https://wiki.thescriptersguild.com/legacy-halo/halo-3/guides-and-tutorials/videos.md)
- [Halo 2: Anniversary](https://wiki.thescriptersguild.com/legacy-halo/halo-2-anniversary.md)
- [Forge](https://wiki.thescriptersguild.com/legacy-halo/halo-2-anniversary/forge.md)
- [Static Weapon Spawns](https://wiki.thescriptersguild.com/legacy-halo/halo-2-anniversary/forge/static-weapon-spawns.md)
- [Guides & Tutorials](https://wiki.thescriptersguild.com/legacy-halo/halo-2-anniversary/guides-and-tutorials.md)
- [Articles](https://wiki.thescriptersguild.com/legacy-halo/halo-2-anniversary/guides-and-tutorials/articles.md)
- [Framerate](https://wiki.thescriptersguild.com/legacy-halo/halo-2-anniversary/guides-and-tutorials/articles/framerate.md)
- [Videos](https://wiki.thescriptersguild.com/legacy-halo/halo-2-anniversary/guides-and-tutorials/videos.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://wiki.thescriptersguild.com/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
