Modding Tools > Lucas' Simpsons Hit & Run Map Builder > SketchUp Models > Locator Tags > SummonVehiclePhone

SummonVehiclePhone

This tag is used to create Type 9 Action Event Locators with the SummonVehiclePhone type.

These allow the player to open the phonebooth menu to spawn a car.

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> [SummonVehiclePhone]
  • LocatorName: The name of the locator.
    • Note that these locators also require a CarStart locator of the same name to exist as this is where they spawn the car.

Group Structure

This tag should be applied to a group containing two Locator components and one or more RectTriggerVolume or SphereTriggerVolume components.

One of the two Locator components should be named "Camera", this one will represent the base position of the camera used when summoning a car.

The other Locator component represents the position of the floating phone icon.

Typically, Radical uses a SphereTriggerVolume for phonebooths.

Examples

This is an example of a group with this tag applied to it:

summon vehicle phone group example

This is an example of the contents of that group in SketchUp's 3D view:

summon vehicle phone group contents

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.

Donut Team © 2023 · v4.0