This tag is used to create Type 13 Ped Group Locators.
These locators change the active ped group when you enter their triggers.
Usage
To use this group tag, you must first Include
any of the following XML files:
Zone.xml
Then you must execute any of the following ModelOutputInstructions
on the tagged group or a group containing it:
BaseZone
- Recommended when building an entire zone.
Locators2
- Recommended when building a group that only contains locators.
Entities
- Not recommended.
Syntax
<LocatorName> [PedGroup] [<PedGroupIndex>]
- LocatorName: The name of the locator.
- PedGroupIndex: The ped group index to switch to.
Group Structure
This tag can be applied to directly to RectTriggerVolume or SphereTriggerVolume components or to a group containing one or more of them.
Examples
This is an example of a trigger component and a group with this tag applied to it:
Other Tags
There are no other other tags that can be used with this tag to configure it further.
Version History
1.0
Initial release.