Modding Tools > Lucas' Simpsons Hit & Run Mod Launcher > Hacks > Mod Requirable Hacks > Additional Script Functionality > CON Commands > SetVehicleCharacterScale

SetVehicleCharacterScale

Set the scale of the character.

Syntax

SetVehicleCharacterScale( character, [scale] );

Game.SetVehicleCharacterScale( character, [scale] )

  • character: The name of the character.
  • scale: The scale of the character.
    • The default value is the scale defined in the CON file for said car.

Examples

AddVehicleCharacter("apu");
SetVehicleCharacterScale("apu", 2);

Game.AddVehicleCharacter("apu")
Game.SetVehicleCharacterScale("apu", 2)

Notes

This can only be used on characters added with AddVehicleCharacter.

History

1.19

Added this command.

Donut Team © 2023 · v4.0